mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-07-06 13:58:09 -02:30
[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:
@@ -59,3 +59,15 @@
|
||||
msg: "Your inventory doesn't match the current cluster configuration"
|
||||
when:
|
||||
- calico_pool_conf is defined
|
||||
|
||||
- name: "Check kdd calico_datastore if calico_apiserver_enabled"
|
||||
assert:
|
||||
that: calico_datastore == "kdd"
|
||||
when:
|
||||
- calico_apiserver_enabled
|
||||
|
||||
- name: "Check kdd calico_datastore if typha_enabled"
|
||||
assert:
|
||||
that: calico_datastore == "kdd"
|
||||
when:
|
||||
- typha_enabled
|
||||
|
||||
Reference in New Issue
Block a user