This commit is contained in:
marcel-dempers 2021-09-15 19:08:40 +10:00
parent 18d9ac2ca0
commit 5de4cf18c8

View File

@ -122,7 +122,7 @@ export KUBECONFIG=~/.kube/new-config
Create a cluster entry which points to the cluster and contains the details of the CA certificate: Create a cluster entry which points to the cluster and contains the details of the CA certificate:
``` ```
kubectl config set-cluster dev-cluster --server=https://127.0.0.1:52794 \ kubectl config set-cluster dev-cluster --server=https://127.0.0.1:52807 \
--certificate-authority=ca.crt \ --certificate-authority=ca.crt \
--embed-certs=true --embed-certs=true