{{ $t('message.kubeconfig.cluster.not.available') }}
{{ $t('label.download.kubeconfig.cluster') }}
{{ $t('label.download.kubectl') }}
{{ $t('label.linux') }}: {{ this.kubectlLinuxLink }}
{{ $t('label.macos') }}: {{ this.kubectlMacLink }}
{{ $t('label.windows') }}: {{ this.kubectlWindowsLink }}
{{ $t('label.use.kubectl.access.cluster') }}
kubectl --kubeconfig /custom/path/kube.conf {COMMAND}
{{ $t('label.list.pods') }}
kubectl --kubeconfig /custom/path/kube.conf get pods --all-namespaces
{{ $t('label.list.nodes') }}
kubectl --kubeconfig /custom/path/kube.conf get nodes --all-namespaces
{{ $t('label.list.services') }}
kubectl --kubeconfig /custom/path/kube.conf get services --all-namespaces
{{ $t('label.run.proxy.locally') }}
kubectl --kubeconfig /custom/path/kube.conf proxy
{{ $t('label.open.url') }}
http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/
{{ $t('label.token.for.dashboard.login') }}
kubectl --kubeconfig /custom/path/kube.conf describe secret $(kubectl --kubeconfig /custom/path/kube.conf get secrets -n kubernetes-dashboard | grep kubernetes-dashboard-token | awk '{print $1}') -n kubernetes-dashboard
{{ $t('label.more.access.dashboard.ui') }}, https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/#accessing-the-dashboard-ui