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
*CLUSTER_CERT* and *CLUSTER_KEY* are certificates used for starting [kubernetes API server](https://kubernetes.io/docs/concepts/cluster-administration/certificates/)
15
+
*CLUSTER_CERT* and *CLUSTER_KEY* are certificates used for starting [kubernetes API server](https://kubernetes.io/docs/concepts/architecture/#kube-apiserver)
16
16
17
17
```bash
18
18
CLUSTER_IP=$(kubectl config view --minify -o jsonpath='{.clusters[0].cluster.server}'| sed -n "s/https\:\/\/\(\S*\).*$/\1/p")
0 commit comments