From 60f02b9d4d8ee93c43f6eca7a85e818247d1c19f Mon Sep 17 00:00:00 2001 From: Ashwin Ramaswami Date: Sat, 30 Apr 2022 11:37:45 -0400 Subject: [PATCH] fix typos --- docs/Worker-Managers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Worker-Managers.md b/docs/Worker-Managers.md index d7df09322..099f9bcd5 100644 --- a/docs/Worker-Managers.md +++ b/docs/Worker-Managers.md @@ -315,7 +315,7 @@ kubectl delete pods kubectl get pods kubectl get pods -A kubectl logs -c -ubectl get configmap cluster-autoscaler-status -n kube-system -o yaml +kubectl get configmap cluster-autoscaler-status -n kube-system -o yaml ``` You can also manage a GKE cluster in the GCP console. To manage the GKE cluster in the console, go to the @@ -374,7 +374,7 @@ To create a service account: 1. Run `kubectl create -f service-account.yaml --namespace default` 2. Then, run `kubectl get secrets --namespace default` -3. Get the auth token by first find the name of the secret (in the form `codalab-token-`) and +3. Get the auth token by first finding the name of the first secret (in the form `codalab-token-`) and then use the name to get the token by running: `kubectl describe secret/codalab-token-`. To get the cluster certificate: