Skip to content
Snippets Groups Projects
  1. Oct 21, 2020
  2. Sep 25, 2020
  3. Sep 24, 2020
    • Hans Feldt's avatar
      Calico upgrade path validation and old version cleanup (#6733) · 28073c76
      Hans Feldt authored
      * calico: add constant calico_min_version_required
      
      and verify current deployed version against it.
      
      * calico: remove upgrade support with data migration
      
      The tool was used pre v3.0.0 and is no longer needed.
      
      * calico: remove old version support from tasks
      
      * calico: remove old ver support from policy ctrl
      
      * calico: remove old ver support from node
      
      * canal: remove old ver support
      
      * remove unused calicoctl download checksums
      
      calico_min_version_required is the oldest version that can be installed
      Older versions can be removed.
      Unverified
      28073c76
  4. Sep 22, 2020
  5. Sep 10, 2020
  6. Aug 27, 2020
    • nic0las's avatar
      Deviceroutesourceaddress (#6508) · f59d3fc4
      nic0las authored
      * add FELIX_DEVICEROUTESOURCEADDRESS calico option
      
      * add calico_use_default_route_src_ipaddr option 
      
      add calico_use_default_route_src_ipaddr option to use FELIX_DEVICEROUTESOURCEADDRESS calico option
      
      * Update k8s-net-calico.yml
      Unverified
      f59d3fc4
  7. Jul 22, 2020
  8. Jul 15, 2020
  9. Jun 30, 2020
  10. Jun 29, 2020
  11. 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
  12. Jun 01, 2020
  13. Apr 27, 2020
  14. Mar 14, 2020
  15. Feb 19, 2020
  16. Jan 08, 2020
  17. Nov 11, 2019
  18. Oct 17, 2019
  19. Sep 10, 2019
    • Matthew Mosesohn's avatar
      Add support for k8s v1.16.0-beta.2 (#5148) · 27ec548b
      Matthew Mosesohn authored
      Cleaned up deprecated APIs:
      apps/v1beta1
      apps/v1beta2
      extensions/v1beta1 for ds,deploy,rs
      
      Add workaround for deploying helm using incompatible
      deployment manifest.
      Change-Id: I78b36741348f47a999df3841ee63cf4e6f377830
      27ec548b
  20. Jul 15, 2019
    • Matthew Mosesohn's avatar
      remove support for calico v2.x (#4974) · 23ae6027
      Matthew Mosesohn authored
      * Remove support for calico below version v3.0.0
      
      Change-Id: If8fe3036b9e054901a8b2c48516eff1e1271970f
      
      * Update main.yml
      
      * fixup node peering
      
      Change-Id: Ifac4d363deba826f0c80e390ce80a28df9827323
      
      * fixups
      
      Change-Id: Ic35417330af6741962003b3930604393c90804d1
      
      * fixups
      
      Change-Id: I0ea82d634bb0c81d9b7dc50569c70988bc8d3a3b
      23ae6027
  21. Jul 09, 2019
    • jlacoline's avatar
      Add calico 3.7.3 support (#4953) · 20c7e31e
      jlacoline authored
      * Add calico 3.7.3 support
      
      * add calico_datastore variable to policy controller role
      
      * add missing clusterrole rules for calico policy controller
      
      * disable calico kube controller when kdd mode is used for versions < 3.6
      20c7e31e
  22. Jul 08, 2019
  23. Jun 05, 2019
  24. Apr 25, 2019
  25. Apr 24, 2019
  26. Apr 02, 2019
  27. Feb 05, 2019
  28. Jan 28, 2019
  29. Jan 15, 2019
  30. Dec 07, 2018
    • Rong Zhang's avatar
      Upgrade kubernetes to v1.13.0 (#3810) · 225f765b
      Rong Zhang authored
      * Upgrade kubernetes to v1.13.0
      
      * Remove all precense of scheduler.alpha.kubernetes.io/critical-pod in templates
      
      * Fix cert dir
      
      * Use kubespray v2.8 as baseline for gitlab
      225f765b
  31. Nov 28, 2018
  32. Nov 15, 2018
  33. Oct 17, 2018
  34. Oct 12, 2018
  35. Sep 27, 2018
    • Cédric de Saint Martin's avatar
      All CNIs: support ANY toleration. (#3391) · 53d87e53
      Cédric de Saint Martin authored
      Before, Nodes tainted with NoExecute policy did not have calico/weave Pod.
      Network pod should run on all nodes whatever happens on a specific node.
      
      Also always set the Pods to be critical.
      Also remove deprecated scheduler.alpha.kubernetes.io/tolerations annotations.
      53d87e53
  36. Sep 25, 2018
    • Kuldip Madnani's avatar
      Adding pod priority for all the components. (#3361) · 36898a2c
      Kuldip Madnani authored
      * Changes to assign pod priority to kube components.
      
      * Removed the boolean flag pod_priority_assignment
      
      * Created new priorityclass k8s-cluster-critical
      
      * Created new priorityclass k8s-cluster-critical
      
      * Fixed the trailing spaces
      
      * Fixed the trailing spaces
      
      * Added kube version check while creating Priority Class k8s-cluster-critical
      
      * Moved k8s-cluster-critical.yml
      
      * Moved k8s-cluster-critical.yml to kube_config_dir
      36898a2c
  37. Sep 18, 2018
  38. Sep 06, 2018
Loading