Difference between revisions of "Kubectx"

From wikieduonline
Jump to navigation Jump to search
Line 8: Line 8:
 
  kubectx YOUR_NEW_NAME=YOUR_OLD_NAME   
 
  kubectx YOUR_NEW_NAME=YOUR_OLD_NAME   
 
  Context "arn:aws:eks:eu-central-1:123123414:cluster/your-ugly-name" renamed to "YOUR_NEW_NAME".
 
  Context "arn:aws:eks:eu-central-1:123123414:cluster/your-ugly-name" renamed to "YOUR_NEW_NAME".
 
  
 
== Help ==
 
== Help ==

Revision as of 21:00, 28 September 2022

kubectx tool to manage K8s contexts

brew install kubectx
kubectx
kubectx YOUR_NEW_NAME=YOUR_OLD_NAME   
Context "arn:aws:eks:eu-central-1:123123414:cluster/your-ugly-name" renamed to "YOUR_NEW_NAME".

Help

kubectx --help
USAGE:
 kubectx                       : list the contexts
 kubectx <NAME>                : switch to context <NAME>
 kubectx -                     : switch to the previous context
 kubectx -c, --current         : show the current context name
 kubectx <NEW_NAME>=<NAME>     : rename context <NAME> to <NEW_NAME>
 kubectx <NEW_NAME>=.          : rename current-context to <NEW_NAME>
 kubectx -d <NAME> [<NAME...>] : delete context <NAME> ('.' for current-context)
                                 (this command won't delete the user/cluster entry
                                 that is used by the context)
 kubectx -u, --unset           : unset the current context
 kubectx -h,--help             : show this message

Related

kubectl config get-contexts

See also

Advertising: