c12s-kubespray/roles/network_plugin
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
..
calico Support all taints in network plugins manifests (#6208) 2020-06-02 05:38:15 -07:00
canal Update calico to 3.13.3 (#6061) 2020-05-04 08:56:26 -07:00
cilium Fix ImagePullPolicy missing variable usage (#6091) 2020-05-10 11:37:50 -07:00
cni/tasks Use role to copy CNI bin (#5953) 2020-04-16 10:06:45 -07:00
contiv Use role to copy CNI bin (#5953) 2020-04-16 10:06:45 -07:00
flannel Support all taints in network plugins manifests (#6208) 2020-06-02 05:38:15 -07:00
kube-ovn Support all taints in network plugins manifests (#6208) 2020-06-02 05:38:15 -07:00
kube-router Fix ImagePullPolicy missing variable usage (#6091) 2020-05-10 11:37:50 -07:00
macvlan Update cni spec to 0.4.0 for network plugin allowing it (#6053) 2020-05-06 11:13:09 -07:00
meta Use role to copy CNI bin (#5953) 2020-04-16 10:06:45 -07:00
multus Support all taints in network plugins manifests (#6208) 2020-06-02 05:38:15 -07:00
weave weave: support any taint effect in daemonset tolerations (#6159) 2020-05-28 01:10:02 -07:00