Skip to content
Snippets Groups Projects
  1. Aug 01, 2020
  2. Jun 02, 2020
    • Flavien's avatar
      Support all taints in network plugins manifests (#6208) · 7ff8fc25
      Flavien authored
      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)
      Unverified
      7ff8fc25
  3. May 10, 2020
  4. May 06, 2020
  5. Apr 15, 2020
  6. Jul 31, 2019
Loading