Switch deploy-part1 AIO job to Calico (#4628)
* Switch deploy-part1 AIO job to Calico * Cleanup file * Remove newline at end
This commit is contained in:
parent
f47a666227
commit
f3e7615bef
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
||||||
variables:
|
variables:
|
||||||
UPGRADE_TEST: "graceful"
|
UPGRADE_TEST: "graceful"
|
||||||
|
|
||||||
packet_ubuntu18-flannel-aio:
|
packet_ubuntu18-calico-aio:
|
||||||
stage: deploy-part1
|
stage: deploy-part1
|
||||||
<<: *packet
|
<<: *packet
|
||||||
when: on_success
|
when: on_success
|
||||||
|
|
|
@ -5,6 +5,6 @@ mode: aio
|
||||||
vm_memory: 1600Mi
|
vm_memory: 1600Mi
|
||||||
|
|
||||||
# Kubespray settings
|
# Kubespray settings
|
||||||
kube_network_plugin: flannel
|
kube_network_plugin: calico
|
||||||
deploy_netchecker: true
|
deploy_netchecker: true
|
||||||
dns_min_replicas: 1
|
dns_min_replicas: 1
|
Loading…
Reference in a new issue