We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 358b9be commit 1cc527fCopy full SHA for 1cc527f
install/k8s/contiv/contiv-base.yaml
@@ -297,6 +297,13 @@ spec:
297
- mountPath: /var/contiv
298
name: var-contiv
299
readOnly: false
300
+ - name: contiv-netctl
301
+ image: contiv/netplugin:latest
302
+ command: ["cp", "/contiv/bin/netctl", "/usr/local/sbin/netctl"]
303
+ volumeMounts:
304
+ - mountPath: /usr/local/sbin/
305
+ name: usr-local-sbin
306
+ readOnly: false
307
containers:
308
- name: contiv-netmaster
309
image: contiv/netplugin:latest
@@ -332,6 +339,9 @@ spec:
332
339
- name: var-contiv
333
340
hostPath:
334
341
path: /var/contiv
342
+ - name: usr-local-sbin
343
+ hostPath:
344
+ path: /usr/local/sbin/
335
345
336
346
---
337
347
0 commit comments