Skip to content

Commit 122f467

Browse files
committed
feat: enable hostNetwork to support MSI
fix: add hostNetwork: true on agent node config
1 parent c1f5ef4 commit 122f467

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

charts/latest/blobfuse-csi-driver/templates/csi-blobfuse-controller.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ spec:
1414
{{ include "blobfuse.labels" . | indent 6 }}
1515
app: csi-blobfuse-controller
1616
spec:
17+
hostNetwork: true
1718
serviceAccountName: csi-blobfuse-controller-sa
1819
nodeSelector:
1920
kubernetes.io/os: linux

charts/latest/blobfuse-csi-driver/templates/csi-blobfuse-node.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ spec:
1313
{{ include "blobfuse.labels" . | indent 6 }}
1414
app: csi-blobfuse-node
1515
spec:
16+
hostNetwork: true
1617
serviceAccountName: csi-blobfuse-node-sa
1718
nodeSelector:
1819
kubernetes.io/os: linux

deploy/csi-blobfuse-controller.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ spec:
1414
labels:
1515
app: csi-blobfuse-controller
1616
spec:
17+
hostNetwork: true
1718
serviceAccountName: csi-blobfuse-controller-sa
1819
nodeSelector:
1920
kubernetes.io/os: linux

deploy/csi-blobfuse-node.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ spec:
1313
labels:
1414
app: csi-blobfuse-node
1515
spec:
16+
hostNetwork: true
1617
serviceAccountName: csi-blobfuse-node-sa
1718
nodeSelector:
1819
kubernetes.io/os: linux

0 commit comments

Comments
 (0)