Skip to content

Commit

Permalink
Merge pull request #219 from openshift-cherrypick-robot/cherry-pick-2…
Browse files Browse the repository at this point in the history
…14-to-release-4.14

[release-4.14] OCPBUGS-25657: Add annotation to CSI driver Pod preventing eviction from the cluster-autoscaler
  • Loading branch information
openshift-merge-bot[bot] committed Feb 7, 2024
2 parents da69ca4 + 63a9c8e commit d93a218
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/node.yaml
Expand Up @@ -22,6 +22,8 @@ spec:
component: nodeplugin
annotations:
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
# This annotation prevents eviction from the cluster-autoscaler
cluster-autoscaler.kubernetes.io/enable-ds-eviction: "false"
spec:
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
Expand Down

0 comments on commit d93a218

Please sign in to comment.