Skip to content

Commit 013bb34

Browse files
committed
fix: use dnsPolicy ClusterFirstWithHostNet for hostNetwork
1 parent 5407d78 commit 013bb34

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

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

deploy/csi-blob-node.yaml

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

0 commit comments

Comments
 (0)