Hello.
I have a file ~/.kube/config which contains many kubernetes contexts.
When I run the command s delete-context <context name from the list>, the command is executed and prints the message:
delete-context some-context-name [some-context-name] <nil>
but the context is not deleted from the list.
Hello.
I have a file
~/.kube/configwhich contains many kubernetes contexts.When I run the command
s delete-context <context name from the list>, the command is executed and prints the message:but the context is not deleted from the list.