Skip to content
  1. Oct 17, 2019
  2. 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
  3. Aug 22, 2018
  4. Sep 04, 2017
  5. Aug 24, 2017
    • Brad Beam's avatar
      Adding yamllinter to ci steps (#1556) · 8b151d12
      Brad Beam authored
      * Adding yaml linter to ci check
      
      * Minor linting fixes from yamllint
      
      * Changing CI to install python pkgs from requirements.txt
      
      - adding in a secondary requirements.txt for tests
      - moving yamllint to tests requirements
      8b151d12
  6. 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