diff --git a/kubectx b/kubectx index 4f02e5b..f00bbf3 100755 --- a/kubectx +++ b/kubectx @@ -33,6 +33,8 @@ usage() { fi cat < : switch to context @@ -46,6 +48,8 @@ USAGE: $SELF -u, --unset : unset the current context $SELF -h,--help : show this message + + (This executable is the legacy bash-based implementation, consider upgrading to Go-based implementation.) EOF } diff --git a/kubens b/kubens index 8d5df32..1088915 100755 --- a/kubens +++ b/kubens @@ -33,12 +33,16 @@ usage() { fi cat < : change the active namespace of current context $SELF - : switch to the previous namespace in this context $SELF -c, --current : show the current namespace $SELF -h,--help : show this message + + (This executable is the legacy bash-based implementation, consider upgrading to Go-based implementation.) EOF }