From 6f203017f32170d97bd8d02ee0e5f49cd85606aa Mon Sep 17 00:00:00 2001 From: Mikael Frykholm Date: Fri, 29 Nov 2024 07:33:43 +0100 Subject: [PATCH] Document needed addons as we don't manage them via the microk8s class any more. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6731c1a..7e6c267 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ internal-sto4-test-k8sw-4.rut.sunet.se Ready 16m v1.28.7 internal-sto4-test-k8sw-0.rut.sunet.se Ready 21m v1.28.7 internal-sto4-test-k8sc-1.rut.sunet.se Ready 16d v1.28.7 ``` +* Enable needed addons for rut: `microk8s enable ingress` `microk8s enable cert-manager` * Setup storage class: `rsync -a k8s internal-sto4-test-k8sc-0.rut.sunet.se: && ssh internal-sto4-test-k8sc-0.rut.sunet.se kubectl apply -f k8s` * **Profit**