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
Download the Kubernetes cluster config file (also known as `kubeconfig`) for a specific cluster to use it with `kubectl`.
657
658
Tip: add `?dl=1` at the end of the URL to directly retrieve the base64 decoded kubeconfig. If you choose not to, the kubeconfig will be base64 encoded.
658
659
:param region: Region to target. If none is passed will use default region from the config.
659
660
:param cluster_id: Cluster ID for which to download the kubeconfig.
661
+
:param redacted: Hide the legacy token from the kubeconfig.
Download the Kubernetes cluster config file (also known as `kubeconfig`) for a specific cluster to use it with `kubectl`.
657
658
Tip: add `?dl=1` at the end of the URL to directly retrieve the base64 decoded kubeconfig. If you choose not to, the kubeconfig will be base64 encoded.
658
659
:param region: Region to target. If none is passed will use default region from the config.
659
660
:param cluster_id: Cluster ID for which to download the kubeconfig.
661
+
:param redacted: Hide the legacy token from the kubeconfig.
0 commit comments