Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
Signed-off-by: gatici <gulsum.atici@canonical.com>
  • Loading branch information
gatici committed Nov 18, 2024
1 parent 93474b2 commit 758924e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ lxd init --auto

Install MicroK8s:
```shell
sudo snap install microk8s --channel=1.27-strict/stable
sudo snap install microk8s --channel=1.31-strict/stable
sudo usermod -a -G snap_microk8s $USER
newgrp snap_microk8s
sudo microk8s enable hostpath-storage
```

Install Juju and bootstrap a controller on the MicroK8S instance:
```shell
sudo snap install juju --channel=3.1/stable
sudo snap install juju --channel=3.5/stable
juju bootstrap microk8s
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ juju integrate sdcore-pcf-k8s:sdcore_config sdcore-nms-k8s:sdcore_config

## Image

**pcf**: `ghcr.io/canonical/sdcore-pcf:1.4.2`
**pcf**: `ghcr.io/canonical/sdcore-pcf:1.5.2`

0 comments on commit 758924e

Please sign in to comment.