We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc173a8 commit 26411e5Copy full SHA for 26411e5
test/integration/manifests/cns/daemonset-windows.yaml
@@ -74,6 +74,8 @@ spec:
74
mountPath: /etc/azure-cns
75
- name: cni-conflist
76
mountPath: /k/azurecni/netconf
77
+ - name: azure-vnet
78
+ mountPath: /var/run/azure-vnet
79
ports:
80
- containerPort: 10090
81
hostPort: 10090
@@ -130,5 +132,9 @@ spec:
130
132
hostPath:
131
133
path: /k/azurecni/bin
134
type: Directory # // TODO: add windows cni conflist when ready
135
136
+ hostPath:
137
+ path: /var/run/azure-vnet
138
+ type: DirectoryOrCreate
139
serviceAccount: azure-cns
140
serviceAccountName: azure-cns
0 commit comments