Skip to content

Commit

Permalink
Update tools install version in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSiwek committed Apr 15, 2024
1 parent 14e19f3 commit 625643a
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 @@ -32,7 +32,7 @@ We are assuming that you are running this tutorial on a local machine or a EC2 i
Install MicroK8s from a snap package

```bash
sudo snap install microk8s --classic
sudo snap install microk8s --classic --channel=1.28/stable
```

Add the current user to the `microk8s` group and generate configuration directory for `kubectl`
Expand Down Expand Up @@ -72,7 +72,7 @@ microk8s is running
To install Juju from snap, run this command:

```bash
sudo snap install juju --classic
sudo snap install juju --classic --channel=3.1/stable
```

On some machines there might be a missing folder which is required for juju to run correctly. Because of this please make sure to create this folder with:
Expand Down

0 comments on commit 625643a

Please sign in to comment.