We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I'm viewing a namespace with kubebox, but the namespace is deleted, I'm no longer able to select a new namespace until I quit and restart kubebox.
Repro:
kubectl create namespace foo
kubebox
foo
kubectl delete namespace foo
n
Expected behavior: can select a new, non-deleted namespace.
Observed behavior: namespace dialog doesn't work, no namespace is highlighted, can't use up/down to select a namespace.
The text was updated successfully, but these errors were encountered:
@ensonic FYI
Sorry, something went wrong.
No branches or pull requests
If I'm viewing a namespace with kubebox, but the namespace is deleted, I'm no longer able to select a new namespace until I quit and restart kubebox.
Repro:
kubectl create namespace foo
kubebox
then select namespacefoo
and press Enterkubectl delete namespace foo
n
and try to select a different namespaceExpected behavior: can select a new, non-deleted namespace.
Observed behavior: namespace dialog doesn't work, no namespace is highlighted, can't use up/down to select a namespace.
The text was updated successfully, but these errors were encountered: