File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -705,8 +705,12 @@ spec:
705705 name : whereabouts-reconciler
706706 updateStrategy :
707707 type : RollingUpdate
708+ rollingUpdate :
709+ maxUnavailable : 10%
708710 template :
709711 metadata :
712+ annotations :
713+ target.workload.openshift.io/management : ' {"effect": "PreferredDuringScheduling"}'
710714 labels :
711715 app : whereabouts-reconciler
712716 name : whereabouts-reconciler
@@ -715,6 +719,7 @@ spec:
715719 nodeSelector :
716720 kubernetes.io/os : linux
717721 serviceAccountName : multus-ancillary-tools
722+ priorityClassName : " system-node-critical"
718723 tolerations :
719724 - operator : Exists
720725 effect : NoSchedule
@@ -735,9 +740,6 @@ spec:
735740 requests :
736741 cpu : " 50m"
737742 memory : " 50Mi"
738- limits :
739- cpu : " 50m"
740- memory : " 100Mi"
741743 volumeMounts :
742744 - name : cni-net-dir
743745 mountPath : /host/etc/cni/net.d
You can’t perform that action at this time.
0 commit comments