Skip to content

Commit

Permalink
fine tuning README
Browse files Browse the repository at this point in the history
  • Loading branch information
Joelx committed Feb 5, 2023
1 parent 3c24750 commit b702565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,13 @@ I would recommend starting with a freshly installed Ubuntu machine. However, if
sudo snap install microk8s --classic
```

1. Add microk8s user to avoid sudo:
2. Add microk8s user to avoid sudo:
```sh
sudo usermod -a -G microk8s $USER
sudo chown -f -R $USER ~/.kube
```

1. Enable microk8s addons:
3. Enable microk8s addons:
```sh
microk8s enable dns storage helm3 registry dashboard ingress
```
Expand Down

0 comments on commit b702565

Please sign in to comment.