Skip to content

Instantly share code, notes, and snippets.

@hermannolafs
Last active July 4, 2024 12:38
Show Gist options
  • Save hermannolafs/1fce4778393ebbf73a49b351dbf7bc72 to your computer and use it in GitHub Desktop.
Save hermannolafs/1fce4778393ebbf73a49b351dbf7bc72 to your computer and use it in GitHub Desktop.
Unset/Cleanup kubernetes context/config/clusters/users/current-context
kubectl config unset clusters && kubectl config unset contexts && kubectl config unset users && kubectl config unset current-context
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment