mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 03:37:36 +03:00
kubeadm mounts the hostpaths itself
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user