Skip to content

Commit

Permalink
Update how-to-cos-lite.md (#841)
Browse files Browse the repository at this point in the history
Fix link to microk8s install instructions
  • Loading branch information
eaudetcobello authored Apr 19, 2024
1 parent ffd3881 commit f09b739
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/k8s/how-to-cos-lite.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ juju deploy ubuntu microk8s --series=focal --constraints="mem=8G cores=4 root-di
```

Deploy Microk8s on Ubuntu by accessing the unit you created at the last step
with `juju ssh microk8s/0` and following the [Install Microk8s][how-to-install]
with `juju ssh microk8s/0` and following the [Install Microk8s][how-to-install-microk8s]
guide for configuration.

Export the Microk8s kubeconfig file to your current directory after configuration:
Expand Down Expand Up @@ -148,6 +148,7 @@ you can head over to the [COS Lite documentation][cos-lite-docs].
<!-- LINKS -->

[how-to-install]: /kubernetes/docs/how-to-install
[how-to-install-microk8s]: https://microk8s.io/docs/getting-started
[add-k8s]: https://juju.is/docs/juju/juju-add-k8s
[cos-lite-docs]: https://charmhub.io/topics/canonical-observability-stack
[juju-models]: https://juju.is/docs/juju/model
Expand Down

0 comments on commit f09b739

Please sign in to comment.