From fdb49bc029ea441cc8f52c276d4cd2a07fc7b15f Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 15 Dec 2022 09:17:08 +1100 Subject: [PATCH] Unpin microk8s The dependent change has fixed up the issues with >1.23, unpin this. Change-Id: Ia5be8397110ec1c8d79806a8fdca8ed1d86a382e Depends-On: https://review.opendev.org/c/zuul/nodepool/+/867744 --- playbooks/nodepool-functional-k8s/pre.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/playbooks/nodepool-functional-k8s/pre.yaml b/playbooks/nodepool-functional-k8s/pre.yaml index d43133bc6..69e527b63 100644 --- a/playbooks/nodepool-functional-k8s/pre.yaml +++ b/playbooks/nodepool-functional-k8s/pre.yaml @@ -6,7 +6,3 @@ - role: ensure-tox - role: ensure-kubernetes ensure_kubernetes_type: microk8s - # k8s > 1.23 changed the way the service account tokens - # are auto-generated; see - # https://storyboard.openstack.org/#!/story/2010224 - ensure_kubernetes_microk8s_channel: '1.23/stable'