zuul-jobs/roles/ensure-kubernetes
Ian Wienand 99678c46e0 ensure-kubernetes: add microk8s support
Add microk8s support to the ensure-kubernetes role.  This installs via
a snap, and is currently only implemented for Ubuntu Jammy.

Mostly this is a straight-forward installation.  I did notice though
it needs a little more time to be stable in the test, so the timeout
is bumped slightly.

microk8s is the Ubuntu "blessed" way of doing things.  This should be
a better choice for Ubuntu platforms, because minikube is tightly tied
to cri-o, which is only packaged through kubic, which is currently in
some sort of deprecated but best-effort supported mode [1].  This was
inspired by an outage where the kubic gpg expired.  This appears fixed
now.

[1] https://kubic.opensuse.org/blog/2022-06-10-kubic-retired/

Change-Id: Id3e31c70a35dde218e35e7c50964f8a3c0348150
2023-01-08 08:05:40 -08:00
..
defaults ensure-kubernetes: add microk8s support 2023-01-08 08:05:40 -08:00
tasks ensure-kubernetes: add microk8s support 2023-01-08 08:05:40 -08:00
templates enable-kubernetes: Fix jammy install, improve pod test 2022-11-10 10:40:35 +11:00
README.rst ensure-kubernetes: add microk8s support 2023-01-08 08:05:40 -08:00

README.rst

An ansible role to install kubernetes.

Role Variables