Skip to content

Commit 26411e5

Browse files
committed
fix: add windows async delete mounts
1 parent fc173a8 commit 26411e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/integration/manifests/cns/daemonset-windows.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ spec:
7474
mountPath: /etc/azure-cns
7575
- name: cni-conflist
7676
mountPath: /k/azurecni/netconf
77+
- name: azure-vnet
78+
mountPath: /var/run/azure-vnet
7779
ports:
7880
- containerPort: 10090
7981
hostPort: 10090
@@ -130,5 +132,9 @@ spec:
130132
hostPath:
131133
path: /k/azurecni/bin
132134
type: Directory # // TODO: add windows cni conflist when ready
135+
- name: azure-vnet
136+
hostPath:
137+
path: /var/run/azure-vnet
138+
type: DirectoryOrCreate
133139
serviceAccount: azure-cns
134140
serviceAccountName: azure-cns

0 commit comments

Comments
 (0)