@@ -20,29 +20,35 @@ Available variables are listed below, along with default values (see `defaults/m
...
@@ -20,29 +20,35 @@ Available variables are listed below, along with default values (see `defaults/m
- name: kubernetes-cni
- name: kubernetes-cni
state: present
state: present
TODO.
Kubernetes packages to be installed on the server. You can either provide a list of package names, or set `name` and `state` to have more control over whether the package is `present`, `absent`, `latest`, etc.
Extra args to pass to `kubelet` during startup. E.g. to allow `kubelet` to start up even if there is swap is enabled on your server, set this to: `"--fail-swap-on=false"`.
kubernetes_allow_pods_on_master: True
kubernetes_allow_pods_on_master: True
TODO.
Whether to remove the taint that denies pods from being deployed to the Kubernetes master. If you have a single-node cluster, this should definitely be `True`. Otherwise, set to `False` if you want a dedicated Kubernetes master which doesn't run any other pods.
kubernetes_enable_web_ui: False
kubernetes_enable_web_ui: False
TODO.
Whether to enable the Kubernetes web dashboard UI (only accessible on the master itself, or proxied).
kubernetes_pod_network_cidr: '10.0.1.0/16'
kubernetes_version: 'stable-1.10'
kubernetes_ignore_preflight_errors: 'all'
Options passed to `kubeadm init` when initializing the Kubernetes master.