mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-15 18:20:02 -03:30
Split deploy steps in separate playbooks: part1 (#3451)
* Fix bootstrap_os/ubuntu idempotency * Update bastion role * move container_engine in sub-roles * requires ansible 2.5 * ubuntu18 as first CI job
This commit is contained in:
committed by
k8s-ci-robot
parent
2ab2f3a0a3
commit
c27a91f7f0
@@ -3,6 +3,7 @@ cloud_image_family: centos-7
|
||||
cloud_machine_type: "n1-standard-1"
|
||||
cloud_region: us-central1-b
|
||||
mode: ha
|
||||
|
||||
startup_script: ""
|
||||
|
||||
# Deployment settings
|
||||
@@ -5,10 +5,10 @@ cloud_machine_type: "n1-standard-1"
|
||||
mode: aio
|
||||
|
||||
# Deployment settings
|
||||
|
||||
kubeadm_enabled: false
|
||||
bootstrap_os: ubuntu
|
||||
kube_network_plugin: flannel
|
||||
|
||||
dynamic_kubelet_configuration: true
|
||||
deploy_netchecker: true
|
||||
kubedns_min_replicas: 1
|
||||
cloud_provider: gce
|
||||
|
||||
Reference in New Issue
Block a user