mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
[calico] add calico apiserver (#8690)
* [calico] add calico apiserver * fix yamllint * remove addext argument * Configure API server with the CA bundle * add check kdd
This commit is contained in:
@@ -7,6 +7,7 @@ mode: ha
|
||||
download_localhost: true
|
||||
download_run_once: true
|
||||
typha_enabled: true
|
||||
calico_apiserver_enabled: true
|
||||
calico_backend: kdd
|
||||
typha_secure: true
|
||||
disable_ipv6_dns: true
|
||||
|
||||
@@ -7,6 +7,7 @@ mode: ha
|
||||
download_localhost: false
|
||||
download_run_once: true
|
||||
typha_enabled: true
|
||||
calico_apiserver_enabled: true
|
||||
calico_backend: kdd
|
||||
typha_secure: true
|
||||
auto_renew_certificates: true
|
||||
|
||||
Reference in New Issue
Block a user