mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
* tests: replace ubuntu16 with ubuntu20 Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * tests: replace ubuntu18 with ubuntu20 Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * docs: update docs to remove support for ubuntu 16 and 18 Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * molecule: upgrade ubuntu versions Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * vagrant: upgrade ubuntu versions Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * tests: cleanup ubuntu{16,18} Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * tests: increase ubuntu22 ram to allow molecule creation Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> --------- Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
23 lines
633 B
YAML
23 lines
633 B
YAML
---
|
|
# Instance settings
|
|
cloud_image: ubuntu-2004
|
|
mode: ha
|
|
|
|
# Kubespray settings
|
|
kubeadm_certificate_key: 3998c58db6497dd17d909394e62d515368c06ec617710d02edea31c06d741085
|
|
kube_proxy_mode: iptables
|
|
kube_network_plugin: flannel
|
|
helm_enabled: true
|
|
krew_enabled: true
|
|
kubernetes_audit: true
|
|
etcd_events_cluster_enabled: true
|
|
local_volume_provisioner_enabled: true
|
|
kube_encrypt_secret_data: true
|
|
ingress_nginx_enabled: true
|
|
cert_manager_enabled: true
|
|
# Disable as health checks are still unstable and slow to respond.
|
|
metrics_server_enabled: false
|
|
metrics_server_kubelet_insecure_tls: true
|
|
kube_token_auth: true
|
|
enable_nodelocaldns: false
|