You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you have no connection to a cluster, and run konf ns a blocking, but empty dialogue is displayed which only
Only after a while the error message appears:
Error: Get "<sanitized>/api/v1/namespaces": dial tcp <sanitized>: i/o timeout
Usage:
konf namespace [flags]
Aliases:
namespace, ns
Flags:
-h, --help help for namespace
Global Flags:
--konf-dir string konfs directory for kubeconfigs and tracking active konfs (default is $HOME/.kube/konfs)
--silent suppress log output if set to true (default is false)
Error: Get "<sanitized>/api/v1/namespaces": dial tcp <sanitized>: i/o timeout
Steps to reproduces:
Select a cluster which you cannot connect to
run konf ns
Expected behaviour:
Should display some hint, that we are attempting to connect to the cluster, before we display the empty dialogue.
The text was updated successfully, but these errors were encountered:
When you have no connection to a cluster, and run
konf ns
a blocking, but empty dialogue is displayed which onlyOnly after a while the error message appears:
Steps to reproduces:
Expected behaviour:
Should display some hint, that we are attempting to connect to the cluster, before we display the empty dialogue.
The text was updated successfully, but these errors were encountered: