|
@@ -38,7 +38,7 @@ spec:
|
|
# It relies on an up to date node-config.yaml being present.
|
|
# It relies on an up to date node-config.yaml being present.
|
|
- name: sdn
|
|
- name: sdn
|
|
image: " "
|
|
image: " "
|
|
- command:
|
|
|
|
|
|
+ command:
|
|
- /bin/bash
|
|
- /bin/bash
|
|
- -c
|
|
- -c
|
|
- |
|
|
- |
|
|
@@ -204,3 +204,5 @@ spec:
|
|
- name: host-var-lib-cni-networks-openshift-sdn
|
|
- name: host-var-lib-cni-networks-openshift-sdn
|
|
hostPath:
|
|
hostPath:
|
|
path: /var/lib/cni/networks/openshift-sdn
|
|
path: /var/lib/cni/networks/openshift-sdn
|
|
|
|
+ tolerations:
|
|
|
|
+ - operator: "Exists"
|