Browse Source
Choose whether system containers etcd, kubernetes and the heat-agent will be installed with podman or atomic. This label is relevant for k8s_fedora drivers. k8s_fedora_atomic_v1 defaults to use_podman=false, meaning atomic will be used pulling containers from docker.io/openstackmagnum. use_podman=true is accepted as well, which will pull containers by k8s.gcr.io. k8s_fedora_coreos_v1 defaults and accepts only use_podman=true. Fix upgrade for k8s_fedora_coreos_v1 and magnum-cordon systemd unit. Task: 37242 Story: 2005201 Change-Id: I0d5e4e059cd4f0458746df7c09d2fd47c389c6a0 Signed-off-by: Spyros Trigazis <spyridon.trigazis@cern.ch>changes/53/690053/3
17 changed files with 266 additions and 24 deletions
@ -0,0 +1,17 @@
|
||||
--- |
||||
features: |
||||
- | |
||||
Choose whether system containers etcd, kubernetes and the heat-agent will |
||||
be installed with podman or atomic. This label is relevant for |
||||
k8s_fedora drivers. |
||||
|
||||
k8s_fedora_atomic_v1 defaults to use_podman=false, meaning atomic will be |
||||
used pulling containers from docker.io/openstackmagnum. use_podman=true |
||||
is accepted as well, which will pull containers by k8s.gcr.io. |
||||
|
||||
k8s_fedora_coreos_v1 defaults and accepts only use_podman=true. |
||||
|
||||
Note that, to use kubernetes version greater or equal to v1.16.0 with the |
||||
k8s_fedora_atomic_v1 driver, you need to set use_podman=true. This is |
||||
necessary since v1.16 dropped the --containerized flag in kubelet. |
||||
https://github.com/kubernetes/kubernetes/pull/80043/files |
Loading…
Reference in new issue