Remove 1.16.x flag for packet_centos7-weave-kubeadm-sep (#5907)
This commit is contained in:
parent
9c3b573f8e
commit
45874a23bb
2 changed files with 3 additions and 3 deletions
|
@ -77,7 +77,7 @@ flannel_cni_version: "v0.3.0"
|
||||||
|
|
||||||
cni_version: "v0.8.5"
|
cni_version: "v0.8.5"
|
||||||
|
|
||||||
weave_version: 2.5.2
|
weave_version: 2.6.2
|
||||||
pod_infra_version: 3.1
|
pod_infra_version: 3.1
|
||||||
contiv_version: 1.2.1
|
contiv_version: 1.2.1
|
||||||
cilium_version: "v1.7.2"
|
cilium_version: "v1.7.2"
|
||||||
|
|
|
@ -9,5 +9,5 @@ deploy_netchecker: true
|
||||||
kubernetes_audit: true
|
kubernetes_audit: true
|
||||||
dns_min_replicas: 1
|
dns_min_replicas: 1
|
||||||
|
|
||||||
# Temp set k8s ver to 1.16.7 (due to bug with 1.16.8)
|
# Needed to upgrade from 1.16 to 1.17, otherwise upgrade is partial and bug followed
|
||||||
kube_version: v1.16.7
|
upgrade_cluster_setup: true
|
Loading…
Reference in a new issue