Skip to content
Snippets Groups Projects
Commit 0f811215 authored by Alberto Colla's avatar Alberto Colla
Browse files

Update add_valid_certificate.rst

parent 1c00c1ca
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ Modify kubeconfig on worker nodes
After replacing the certificate we need to update the kubelet configuration on all worker nodes. This is done issuing the following commands::
juju run --application kubernetes-worker "sudo kubectl config -v8 --kubeconfig=/root/cdk/kubeconfig set-cluster juju-cluster --server=https://k8s-api-pa1.cloud.garr.it:443 --certificate-authority=/dev/null --embed-certs=true"
juju run --application kubernetes-worker-gpu "sudo snap restart kubelet"
juju run --application kubernetes-worker "sudo snap restart kubelet"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment