File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -108,8 +108,11 @@ deschedulerPolicy:
108108 pluginConfig :
109109 - name : DefaultEvictor
110110 args :
111- ignorePvcPods : true
112- evictLocalStoragePods : true
111+ podProtections :
112+ defaultDisabled :
113+ - " PodsWithLocalStorage"
114+ extraEnabled :
115+ - " PodsWithPVC"
113116 - name : RemoveDuplicates
114117 - name : RemovePodsHavingTooManyRestarts
115118 args :
@@ -195,12 +198,11 @@ serviceAccount:
195198 # Specifies custom annotations for the serviceAccount
196199 annotations : {}
197200 # Opt out of API credential automounting
198- #
199- # automountServiceAccountToken Default is not set
201+ #
202+ # automountServiceAccountToken Default is not set
200203 # automountServiceAccountToken: true
201-
202204
203- # Mount the ServiceAccountToken in the Pod of a CronJob or Deployment
205+ # Mount the ServiceAccountToken in the Pod of a CronJob or Deployment
204206# Default is not set - but only implied by the ServiceAccount
205207# automountServiceAccountToken: true
206208
@@ -268,7 +270,7 @@ serviceMonitor:
268270 # action: replace
269271
270272# # Additional Volume mounts when automountServiceAccountToken is false
271- # extraServiceAccountVolumeMounts:
273+ # extraServiceAccountVolumeMounts:
272274# - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
273275# name: kube-api-access
274276# readOnly: true
You can’t perform that action at this time.
0 commit comments