fcos: Upgrade default flannel_tag to v0.12.0-amd64

Additionally, update the docs related to flannel.

Story: 2007476
Task: 39185

Change-Id: I2cdaeb4a26818bbd65e6409da34abf5555026fa5
This commit is contained in:
Bharat Kunwar 2020-03-30 08:51:37 +00:00
parent d3984dd4c2
commit 4a1c6eb17c
3 changed files with 13 additions and 5 deletions

View File

@ -1189,7 +1189,6 @@ _`container_infra_prefix`
* docker.io/coredns/coredns
* quay.io/coreos/etcd
* docker.io/openstackmagnum/flannel
* docker.io/openstackmagnum/kubernetes-apiserver
* docker.io/openstackmagnum/kubernetes-controller-manager
* docker.io/openstackmagnum/kubernetes-kubelet
@ -1219,6 +1218,8 @@ _`container_infra_prefix`
* quay.io/calico/pod2daemon-flexvol:v3.13.1
* quay.io/calico/kube-controllers:v3.13.1
* quay.io/calico/node:v3.13.1
* quay.io/coreos/flannel-cni:v0.3.0
* quay.io/coreos/flannel:v0.12.0-amd64
Images that might be needed if 'cinder_csi_enabled' is 'true':
* docker.io/k8scloudprovider/cinder-csi-plugin:v1.16.0
@ -1291,8 +1292,9 @@ _`flannel_tag`
Queens <https://hub.docker.com/r/openstackmagnum/flannel/tags/>`_
Rocky <https://quay.io/repository/coreos/flannel?tab=tags>`_
If unset, the default version will be used.
For queens, v0.9.0
For stein, v0.10.0-amd64
Stein default: v0.10.0-amd64
Train default: v0.11.0-amd64
Ussuri default: v0.12.0-amd64
_`flannel_cni_tag`
This label allows users to select `a specific flannel_cni version,
@ -1300,7 +1302,9 @@ _`flannel_cni_tag`
the host under /opt/cni/bin
<https://quay.io/repository/coreos/flannel-cni?tab=tags>`_.
If unset, the current Magnum version's a default flannel version.
For stein, v0.3.0
Stein default: v0.3.0
Train default: v0.3.0
Ussuri default: v0.3.0
_`heat_container_agent_tag`
This label allows users to select `a specific heat_container_agent

View File

@ -479,7 +479,7 @@ parameters:
flannel_tag:
type: string
description: tag of the flannel container
default: v0.11.0-amd64
default: v0.12.0-amd64
flannel_cni_tag:
type: string

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
Upgrade flannel version to v0.12.0-amd64 for Fedora CoreOS driver.