From e72f2b5b47d34b131eb4526d949f96aed049aa75 Mon Sep 17 00:00:00 2001 From: Paolo Sottovia Date: Fri, 12 Apr 2024 13:38:24 +0000 Subject: [PATCH] move to classic confinement --- tests/integration/setup-microk8s.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/setup-microk8s.sh b/tests/integration/setup-microk8s.sh index 56373e2a..952a2f6a 100755 --- a/tests/integration/setup-microk8s.sh +++ b/tests/integration/setup-microk8s.sh @@ -1,6 +1,6 @@ #!/bin/bash -sudo snap install microk8s --channel=1.29-strict/stable --classic +sudo snap install microk8s --channel=1.29/stable --classic sudo snap alias microk8s.kubectl kubectl sudo usermod -a -G microk8s ${USER} mkdir -p ~/.kube