ddffdb63bf
* Remove non-kubeadm deployment * More cleanup * More cleanup * More cleanup * More cleanup * Fix gitlab * Try stop gce first before absent to make the delete process work * More cleanup * Fix bug with checking if kubeadm has already run * Fix bug with checking if kubeadm has already run * More fixes * Fix test * fix * Fix gitlab checkout untill kubespray 2.8 is on quay * Fixed * Add upgrade path from non-kubeadm to kubeadm. Revert ssl path * Readd secret checking * Do gitlab checks from v2.7.0 test upgrade path to 2.8.0 * fix typo * Fix CI jobs to kubeadm again. Fix broken hyperkube path * Fix gitlab * Fix rotate tokens * More fixes * More fixes * Fix tokens
21 lines
669 B
YAML
21 lines
669 B
YAML
# kubespray-dind.yaml: minimal kubespray ansible playbook usable for DIND
|
|
# See contrib/dind/README.md
|
|
kube_api_anonymous_auth: true
|
|
|
|
kubelet_fail_swap_on: false
|
|
|
|
# Docker nodes need to have been created with same "node_distro: debian"
|
|
# at contrib/dind/group_vars/all/all.yaml
|
|
bootstrap_os: debian
|
|
|
|
docker_version: latest
|
|
|
|
docker_storage_options: -s overlay2 --storage-opt overlay2.override_kernel_check=true -g /dind/docker
|
|
|
|
dns_mode: coredns
|
|
|
|
deploy_netchecker: True
|
|
netcheck_agent_image_repo: quay.io/l23network/k8s-netchecker-agent
|
|
netcheck_server_image_repo: quay.io/l23network/k8s-netchecker-server
|
|
netcheck_agent_image_tag: v1.0
|
|
netcheck_server_image_tag: v1.0
|