Browse Source

Remove ovn.kubernetes.io/ovs_dp_type from nodeSelector (#9594)

Remove extra tag requirement preventing openvswitch container to start.
pull/9624/head
Jochen Friedrich 2 years ago
committed by GitHub
parent
commit
744c81d451
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. 1
      roles/network_plugin/kube-ovn/templates/cni-ovn.yml.j2

1
roles/network_plugin/kube-ovn/templates/cni-ovn.yml.j2

@ -467,7 +467,6 @@ spec:
{% endif %}
nodeSelector:
kubernetes.io/os: "linux"
ovn.kubernetes.io/ovs_dp_type: "kernel"
volumes:
- name: host-modules
hostPath:

Loading…
Cancel
Save