Skip to content

Commit

Permalink
Kubeedge (#408)
Browse files Browse the repository at this point in the history
* audit-webhook

* audit-webhook

* audit-webhook

* Delete 05.kubeadm.conf.tmpl

* 05
  • Loading branch information
zhanghailong-qingcloud authored Apr 19, 2021
1 parent a0b114a commit 0c97dc8
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,12 @@ apiServer:
advertise-address: 0.0.0.0
{{- if $kubeAuditPolicy }}
audit-policy-file: $KUBE_AUDIT_POLICY_RUNTIME_FILE
{{- if $kubeAuditWebhook }}
audit-webhook-config-file: $KUBE_AUDIT_WEBHOOK_RUNTIME_FILE
{{- else }}
audit-log-maxage: "{{ getv "/env/keep_audit_days" }}"
audit-log-path: /etc/kubernetes/audit/logs/audit.log
audit-log-maxsize: "{{ getv "/env/kube_audit_log_maxsize" "1" }}"
audit-log-maxbackup: "{{ getv "/env/kube_audit_log_maxbackup" "100" }}"
{{- end }}
{{- end }}
etcd-prefix: {{ getv "/cluster/cluster_id" }}
v: "{{ getv "/env/kube_log_level" }}"
{{ replace (replace (join (getvs "/env/apiserver.params") "") "\r" "" -1) "\n" "\n " -1 }}
Expand Down

0 comments on commit 0c97dc8

Please sign in to comment.