Skip to content

Commit

Permalink
Merge pull request #199 from jsafrane/fix-aws-attach-limit
Browse files Browse the repository at this point in the history
OCPBUGS-23260: Explicitly reserve 1 attachment for the root disk
  • Loading branch information
openshift-merge-bot[bot] committed Mar 15, 2024
2 parents 921361a + 97beb14 commit 4b90682
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/overlays/aws-ebs/generated/hypershift/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ spec:
- --endpoint=$(CSI_ENDPOINT)
- --logtostderr
- --v=${LOG_LEVEL}
- --reserved-volume-attachments=1
env:
- name: CSI_ENDPOINT
value: unix:/csi/csi.sock
Expand Down
1 change: 1 addition & 0 deletions assets/overlays/aws-ebs/generated/standalone/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ spec:
- --endpoint=$(CSI_ENDPOINT)
- --logtostderr
- --v=${LOG_LEVEL}
- --reserved-volume-attachments=1
env:
- name: CSI_ENDPOINT
value: unix:/csi/csi.sock
Expand Down
1 change: 1 addition & 0 deletions assets/overlays/aws-ebs/patches/node_add_driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ spec:
- --endpoint=$(CSI_ENDPOINT)
- --logtostderr
- --v=${LOG_LEVEL}
- --reserved-volume-attachments=1
env:
- name: CSI_ENDPOINT
value: unix:/csi/csi.sock
Expand Down

0 comments on commit 4b90682

Please sign in to comment.