Skip to content

Commit

Permalink
fixed k3s step in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thjaeckle committed Apr 19, 2022
1 parent d6c98d2 commit c84890a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/kubernetes/k3s/README.md
Expand Up @@ -21,9 +21,9 @@ Change the owner of `/etc/rancher/k3s/k3s.yaml` to your group and user.
sudo chown <groupId>:<userId> /etc/rancher/k3s/k3s.yaml
```

Copy k3s kube config to local .kube directory.
Copy k3s kube config to local .kube directory as `config` file (backup existing kubectl `config` if you have one).
```bash
cp /etc/rancher/k3s/k3s.yaml .kube/
cp /etc/rancher/k3s/k3s.yaml .kube/config
```

Verify that the `kubectl` command works:
Expand Down

0 comments on commit c84890a

Please sign in to comment.