Release v2.19.0 #38

Merged
stefan merged 65 commits from master into stable 2021-03-25 15:34:44 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 355a090bf6 - Show all commits

View File

@ -11,8 +11,8 @@ etcd:
local:
extraArgs:
listen-metrics-urls: "http://{{ .Values.listenAddress }}:2381"
unsafe-no-fsync: "true"
logger: "zap"
log-level: "warn"
{{- with .Values.etcdExtraArgs }}
{{- toYaml . | nindent 6 }}
{{- end }}

View File

@ -10,6 +10,7 @@ controlPlane:
nodeRegistration:
ignorePreflightErrors:
- DirAvailable--var-lib-etcd
- FileAvailable--etc-kubernetes-pki-ca.crt
- Swap
kubeletExtraArgs:
node-labels: {{ .Values.nodeLabels | quote }}