From f09b739b8073c26661bf9c7ecd0c4de645af87ff Mon Sep 17 00:00:00 2001 From: eaudetcobello <155978570+eaudetcobello@users.noreply.github.com> Date: Fri, 19 Apr 2024 09:46:08 -0400 Subject: [PATCH] Update how-to-cos-lite.md (#841) Fix link to microk8s install instructions --- pages/k8s/how-to-cos-lite.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/k8s/how-to-cos-lite.md b/pages/k8s/how-to-cos-lite.md index e0bcab75..2f3e8878 100644 --- a/pages/k8s/how-to-cos-lite.md +++ b/pages/k8s/how-to-cos-lite.md @@ -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: @@ -148,6 +148,7 @@ you can head over to the [COS Lite documentation][cos-lite-docs]. [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