Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typos #4086

Merged
merged 2 commits into from
Apr 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/Worker-Managers.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ kubectl delete pods <pod>
kubectl get pods
kubectl get pods -A
kubectl logs <pod> -c <container>
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
Expand Down Expand Up @@ -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-<random string>`) and
3. Get the auth token by first finding the name of the first secret (in the form `codalab-token-<random string>`) and
then use the name to get the token by running: `kubectl describe secret/codalab-token-<random string>`.

To get the cluster certificate:
Expand Down