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
clusteradm proxy kubectl takes in a generic ClusterOption which includes both the option to specify a single cluster or multiple clusters (--clusters), but the code seems to only accept a single cluster
. This should be explicitly stated as a limitation and not appear in the --help output of the command, should be supported, or there should be a clearer error message ("resource name may not be empty").
The text was updated successfully, but these errors were encountered:
clusteradm proxy kubectl
takes in a genericClusterOption
which includes both the option to specify a single cluster or multiple clusters (--clusters
), but the code seems to only accept a single clusterclusteradm/pkg/cmd/proxy/kubectl/cmd.go
Line 74 in 329f6fe
--help
output of the command, should be supported, or there should be a clearer error message ("resource name may not be empty").The text was updated successfully, but these errors were encountered: