Skip to content

Commit 72ceb4b

Browse files
cvvzk8s-infra-cherrypick-robot
authored andcommitted
fix: can't install aznfs on azurelinux
1 parent da227f8 commit 72ceb4b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

deploy/csi-azurefile-node.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ spec:
5252
env:
5353
- name: DEBIAN_FRONTEND
5454
value: "noninteractive"
55+
- name: AZNFS_NONINTERACTIVE_INSTALL
56+
value: "1"
5557
- name: INSTALL_AZUREFILE_PROXY
5658
value: "true"
5759
- name: INSTALL_AZNFS_MOUNT

deploy/v1.33.0/csi-azurefile-node.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ spec:
5252
env:
5353
- name: DEBIAN_FRONTEND
5454
value: "noninteractive"
55+
- name: AZNFS_NONINTERACTIVE_INSTALL
56+
value: "1"
5557
- name: INSTALL_AZUREFILE_PROXY
5658
value: "true"
5759
- name: INSTALL_AZNFS_MOUNT

0 commit comments

Comments
 (0)