kubectl renaming context
Sometimes kubernetes context can be long, but you can easily renaming it to something shorter using the following command :-
kubectl config rename-context your-long-kubernetes-context new-kubernetes-context
Sometimes kubernetes context can be long, but you can easily renaming it to something shorter using the following command :-
kubectl config rename-context your-long-kubernetes-context new-kubernetes-context
Comments