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
Currently, if you run oc cm attach cluster <name> --cluster-kubeconfig=<some-kubeconfig-file>, it will only import the cluster indicated by the active kubecontext in that kubeconfig file.
Ideally, the user could provide the name of a kubecontext in a kubeconfig file for import like:
oc cm attach cluster <name> --cluster-kubeconfig=<some-kubeconfig-file> --cluster-kubecontext=<context>
The text was updated successfully, but these errors were encountered:
Summary of Request
Currently, if you run
oc cm attach cluster <name> --cluster-kubeconfig=<some-kubeconfig-file>
, it will only import the cluster indicated by the active kubecontext in that kubeconfig file.Ideally, the user could provide the name of a kubecontext in a kubeconfig file for import like:
The text was updated successfully, but these errors were encountered: