2019-04-19 06:59:54 +00:00
|
|
|
---
|
2019-04-17 15:32:03 +00:00
|
|
|
# Instance settings
|
|
|
|
cloud_image: centos-7
|
|
|
|
mode: ha
|
|
|
|
|
|
|
|
# Kubespray settings
|
2019-04-20 13:21:40 +00:00
|
|
|
kubeadm_certificate_key: 3998c58db6497dd17d909394e62d515368c06ec617710d02edea31c06d741085
|
2019-04-29 06:36:19 +00:00
|
|
|
kube_proxy_mode: iptables
|
2019-04-17 15:32:03 +00:00
|
|
|
kube_network_plugin: flannel
|
2020-12-07 09:09:25 +00:00
|
|
|
download_localhost: false
|
|
|
|
download_run_once: true
|
2019-04-17 15:32:03 +00:00
|
|
|
helm_enabled: true
|
2021-05-03 14:16:03 +00:00
|
|
|
krew_enabled: true
|
2019-04-17 15:32:03 +00:00
|
|
|
kubernetes_audit: true
|
2019-06-06 14:10:17 +00:00
|
|
|
etcd_events_cluster_enabled: true
|
2019-04-17 15:32:03 +00:00
|
|
|
local_volume_provisioner_enabled: true
|
|
|
|
kube_encrypt_secret_data: true
|
|
|
|
ingress_nginx_enabled: true
|
|
|
|
cert_manager_enabled: true
|
2019-05-07 20:20:36 +00:00
|
|
|
# Disable as health checks are still unstable and slow to respond.
|
|
|
|
metrics_server_enabled: false
|
2019-04-23 21:46:02 +00:00
|
|
|
metrics_server_kubelet_insecure_tls: true
|
2019-04-17 15:32:03 +00:00
|
|
|
kube_token_auth: true
|
2019-04-20 13:21:40 +00:00
|
|
|
enable_nodelocaldns: false
|
2020-09-03 14:25:41 +00:00
|
|
|
kubelet_rotate_server_certificates: true
|
2019-12-05 13:40:32 +00:00
|
|
|
|
|
|
|
kube_oidc_url: https://accounts.google.com/.well-known/openid-configuration
|
|
|
|
kube_oidc_client_id: kubespray-example
|
2020-06-16 11:10:05 +00:00
|
|
|
|
|
|
|
tls_min_version: "VersionTLS12"
|
|
|
|
tls_cipher_suites:
|
|
|
|
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
|
2020-12-08 02:13:10 +00:00
|
|
|
|
|
|
|
# test etcd tls cipher suites
|
|
|
|
etcd_tls_cipher_suites:
|
|
|
|
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
|
|
|
|
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
|
2021-05-19 15:24:53 +00:00
|
|
|
|
|
|
|
# Containerd
|
|
|
|
containerd_storage_dir: /var/data/containerd
|
|
|
|
containerd_state_dir: /run/cri/containerd
|
|
|
|
containerd_oom_score: -999
|