You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kubernetes/kubernetes#105867 introduces plugin names as part of the output of kubectl __completeNoDesc ""
This results in a false negative detecting the requested command is a plugin, leading to the unexpected following error :
Error: flags cannot be placed before plugin name: --context=kind-kind
System info :
$ kubectl version --client --short
Flag --short has been deprecated, and will be removed in the future. The --short output will become the default.
Client Version: v1.26.0
Kustomize Version: v4.5.7
The text was updated successfully, but these errors were encountered:
badouralix
changed the title
Failure detecting plugins since kubectl 1.26
Failure detecting plugins since kubectl v1.26.0
Dec 13, 2022
kubernetes/kubernetes#105867 introduces plugin names as part of the output of
kubectl __completeNoDesc ""
This results in a false negative detecting the requested command is a plugin, leading to the unexpected following error :
System info :
$ kubectl version --client --short Flag --short has been deprecated, and will be removed in the future. The --short output will become the default. Client Version: v1.26.0 Kustomize Version: v4.5.7
The text was updated successfully, but these errors were encountered: