c12s-kubespray/roles/network_plugin/multus
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
..
defaults Update cni spec to 0.4.0 for network plugin allowing it (#6053) 2020-05-06 11:13:09 -07:00
files Fix multus missing cni and erroneous CI tests (#6051) 2020-04-30 23:38:05 -07:00
meta Fix multus missing cni and erroneous CI tests (#6051) 2020-04-30 23:38:05 -07:00
tasks Adds support for Multus (multiple interfaces) CNI plugin (#3166) 2018-11-04 01:07:38 -08:00
templates Support all taints in network plugins manifests (#6208) 2020-06-02 05:38:15 -07:00