Skip to content

Commit

Permalink
Merge pull request #302 from mpatlasov/OCPBUGS-23306-Avoid-eviction-4.14
Browse files Browse the repository at this point in the history
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 8dac7fc + 0550028 commit 95bcf9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/node.yaml
Expand Up @@ -24,6 +24,8 @@ spec:
# the cluster is not configured for workload pinning.
# See (openshift/enhancements#1213) for more info.
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
# This annotation prevents eviction from the cluster-autoscaler
cluster-autoscaler.kubernetes.io/enable-ds-eviction: "false"
labels:
app: aws-ebs-csi-driver-node
spec:
Expand Down

0 comments on commit 95bcf9a

Please sign in to comment.