mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
Added forcecephkernelclient as startup parameter
Support #664 in the helm chart.
Signed-off-by: Jonas Rutishauser <jonas.rutishauser@alumni.ethz.ch>
(cherry picked from commit 9d7b50dccb
)
This commit is contained in:
parent
edf79d1372
commit
8e870fd858
@ -80,6 +80,9 @@ spec:
|
|||||||
- "--metricsport={{ .Values.nodeplugin.grpcMetrics.containerPort }}"
|
- "--metricsport={{ .Values.nodeplugin.grpcMetrics.containerPort }}"
|
||||||
- "--metricspath=/metrics"
|
- "--metricspath=/metrics"
|
||||||
- "--enablegrpcmetrics=true"
|
- "--enablegrpcmetrics=true"
|
||||||
|
{{- end }}
|
||||||
|
{{- if .Values.nodeplugin.forcecephkernelclient }}
|
||||||
|
- "--forcecephkernelclient={{ .Values.nodeplugin.forcecephkernelclient }}"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
- "--endpoint=$(CSI_ENDPOINT)"
|
- "--endpoint=$(CSI_ENDPOINT)"
|
||||||
- "--v=5"
|
- "--v=5"
|
||||||
|
@ -114,6 +114,10 @@ nodeplugin:
|
|||||||
|
|
||||||
affinity: {}
|
affinity: {}
|
||||||
|
|
||||||
|
# Set to true to enable Ceph Kernel clients
|
||||||
|
# on kernel < 4.17 which support quotas
|
||||||
|
# forcecephkernelclient: true
|
||||||
|
|
||||||
# If true, create & use Pod Security Policy resources
|
# If true, create & use Pod Security Policy resources
|
||||||
# https://kubernetes.io/docs/concepts/policy/pod-security-policy/
|
# https://kubernetes.io/docs/concepts/policy/pod-security-policy/
|
||||||
podSecurityPolicy:
|
podSecurityPolicy:
|
||||||
|
Loading…
Reference in New Issue
Block a user