Skip to content
  1. Oct 17, 2019
  2. Jul 16, 2019
  3. 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
  4. Jun 05, 2019
  5. May 03, 2019
  6. Apr 23, 2019
  7. Apr 17, 2019
  8. Apr 10, 2019
  9. Jan 28, 2019
    • wangxf's avatar
      [PR-Calico]Support calico 3.4.0 (#4102) · a0967613
      wangxf authored
      
      
      * Suport calico 3.4.0
      
      Signed-off-by: default avatarwangxf1987 <xiaofeix.wang@gmail.com>
      
      * Remove symlink + cni conflist template when 3.3.0+, handle Canal, addition of install-cni: sidecar(3.3.0) or initontainer(3.4.0), KUBECONFIG_FILEPATH, calico_cert_dir, advertise cluster ips
      
      * scheduler.alpha.kubernetes.io/critical-pod deprecated since 1.12
      a0967613
  10. 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
  11. Dec 04, 2018
  12. Oct 17, 2018
  13. Oct 04, 2018
  14. 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
  15. Sep 11, 2018
  16. Aug 23, 2018
    • Aivars Sterns's avatar
      calico upgrade to v3 (#3086) · 23fd3461
      Aivars Sterns authored
      * calico upgrade to v3
      
      * update calico_rr version
      
      * add missing file
      
      * change contents of main.yml as it was left old version
      
      * enable network policy by default
      
      * remove unneeded task
      
      * Fix kubelet calico settings
      
      * fix when statement
      
      * switch back to node-kubeconfig.yaml
      23fd3461
  17. Aug 22, 2018
  18. Mar 30, 2018
  19. Nov 28, 2017
    • Kevin Lefevre's avatar
      update calico to 2.6.2 (#1874) · 9368dbe0
      Kevin Lefevre authored
      Move RS to deployment so no need to take care of the revision history
      limits :
        - Delete the old RS
        - Make Calico manifest a deployment
        - move deployments to apps/v1beta2 API since Kubernetes 1.8
      9368dbe0
  20. Oct 26, 2017
  21. Oct 05, 2017
  22. Oct 04, 2017
  23. Sep 05, 2017
    • Matthew Mosesohn's avatar
      Fix non-rbac deployment of resources as a list (#1613) · d279d145
      Matthew Mosesohn authored
      * Use kubectl apply instead of create/replace
      
      Disable checks for existing resources to speed up execution.
      
      * Fix non-rbac deployment of resources as a list
      
      * Fix autoscaler tolerations field
      
      * set all kube resources to state=latest
      
      * Update netchecker and weave
      d279d145
  24. Sep 04, 2017
  25. Aug 24, 2017
  26. Jul 17, 2017
  27. Mar 17, 2017
    • Aleksandr Didenko's avatar
      Move calico-policy-controller into separate role · 3a399040
      Aleksandr Didenko authored
      By default Calico CNI does not create any network access policies
      or profiles if 'policy' is enabled in CNI config. And without any
      policies/profiles network access to/from PODs is blocked.
      
      K8s related policies are created by calico-policy-controller in
      such case. So we need to start it as soon as possible, before any
      real workloads.
      
      This patch also fixes kube-api port in calico-policy-controller
      yaml template.
      
      Closes #1132
      3a399040
Loading