kubeadm mounts the hostpaths itself
This commit is contained in:
parent
58d4d65fab
commit
54548d3b95
1 changed files with 1 additions and 10 deletions
|
@ -14,7 +14,7 @@ etcd:
|
||||||
keyFile: {{ kube_config_dir }}/ssl/etcd/node-{{ inventory_hostname }}-key.pem
|
keyFile: {{ kube_config_dir }}/ssl/etcd/node-{{ inventory_hostname }}-key.pem
|
||||||
{% if kubernetes_audit %}
|
{% if kubernetes_audit %}
|
||||||
auditPolicy:
|
auditPolicy:
|
||||||
logDir: {{ audit_log_mountpath }}
|
logDir: {{ audit_log_hostpath }}
|
||||||
logMaxAge: {{ audit_log_maxage }}
|
logMaxAge: {{ audit_log_maxage }}
|
||||||
path: {{ audit_policy_file }}
|
path: {{ audit_policy_file }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -88,15 +88,6 @@ controllerManagerExtraArgs:
|
||||||
node-monitor-grace-period: {{ kube_controller_node_monitor_grace_period }}
|
node-monitor-grace-period: {{ kube_controller_node_monitor_grace_period }}
|
||||||
node-monitor-period: {{ kube_controller_node_monitor_period }}
|
node-monitor-period: {{ kube_controller_node_monitor_period }}
|
||||||
pod-eviction-timeout: {{ kube_controller_pod_eviction_timeout }}
|
pod-eviction-timeout: {{ kube_controller_pod_eviction_timeout }}
|
||||||
{% if kubernetes_audit %}
|
|
||||||
apiServerExtraVolumes:
|
|
||||||
- name: {{ audit_policy_name }}
|
|
||||||
hostPath: {{ audit_policy_hostpath }}
|
|
||||||
mountPath: {{ audit_policy_mountpath }}
|
|
||||||
- name: {{ audit_log_name }}
|
|
||||||
hostPath: {{ audit_log_hostpath }}
|
|
||||||
mountPath: {{ audit_log_mountpath }}
|
|
||||||
{% endif %}
|
|
||||||
{% if cloud_provider is defined and cloud_provider in ["openstack"] and openstack_cacert is defined %}
|
{% if cloud_provider is defined and cloud_provider in ["openstack"] and openstack_cacert is defined %}
|
||||||
controllerManagerExtraVolumes:
|
controllerManagerExtraVolumes:
|
||||||
- name: openstackcacert
|
- name: openstackcacert
|
||||||
|
|
Loading…
Reference in a new issue