c12s-kubespray/roles/network_plugin/kube-ovn/templates
Flavien 7ff8fc259b
Support all taints in network plugins manifests (#6208)
flannel, ovn and multus network plugins did not support all taint keys. This
update changes the tolerations to support them all.

According to the documentation:

```
There are two special cases: An empty key with operator Exists matches all keys,
values and effects which means this will tolerate everything. An empty effect matches
all effects with key key.
```

Usage of the empty `key` and `effect` ensures the network plugin daemonset will
be deployed on every nodes (ex: in case of custom taints, or NoExecute effect)
2020-06-02 05:38:15 -07:00
..
cni-kube-ovn-crd.yml.j2 Upgrade kube-ovn to v1.1.0 and move test from centos7 to centos8 (#5852) 2020-04-15 03:10:03 -07:00
cni-kube-ovn.yml.j2 Support all taints in network plugins manifests (#6208) 2020-06-02 05:38:15 -07:00
cni-ovn.yml.j2 Update kube-ovn to 1.1.1 (#6060) 2020-05-06 11:05:09 -07:00