Remove ovn.kubernetes.io/ovs_dp_type from nodeSelector
Remove extra tag requirement preventing openvswitch container to start.
This commit is contained in:
parent
491e260d20
commit
a9d05fc0df
1 changed files with 0 additions and 1 deletions
|
@ -463,7 +463,6 @@ spec:
|
||||||
{% endif %}
|
{% endif %}
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/os: "linux"
|
kubernetes.io/os: "linux"
|
||||||
ovn.kubernetes.io/ovs_dp_type: "kernel"
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: host-modules
|
- name: host-modules
|
||||||
hostPath:
|
hostPath:
|
||||||
|
|
Loading…
Reference in a new issue