Skip to content

Commit

Permalink
Merge pull request #3917 from Skaronator/patch-1
Browse files Browse the repository at this point in the history
Docs: Fix typo in docker command
  • Loading branch information
twz123 authored Jan 11, 2024
2 parents ce81a33 + 5bc881e commit 5aefd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/k0s-in-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ For each required worker:
Access your cluster using kubectl:

```sh
docker exec k0s kubectl get nodes
docker exec k0s k0s kubectl get nodes
```

Alternatively, grab the kubeconfig file with `docker exec k0s cat /var/lib/k0s/pki/admin.conf` and paste it into [Lens](https://github.com/lensapp/lens/).
Expand Down

0 comments on commit 5aefd42

Please sign in to comment.