Skip to content
Snippets Groups Projects
  1. Jul 17, 2017
  2. Jun 27, 2017
  3. Jun 12, 2017
  4. 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
  5. Mar 02, 2017
    • Matthew Mosesohn's avatar
      Add autoscalers for dnsmasq and kubedns · 9cb12cf2
      Matthew Mosesohn authored
      By default kubedns and dnsmasq scale when installed.
      Dnsmasq is no longer a daemonset. It is now a deployment.
      Kubedns is no longer a replicationcluster. It is now a deployment.
      Minimum replicas is two (to enable rolling updates).
      
      Reduced memory erquirements for dnsmasq and kubedns
      9cb12cf2
  6. Feb 18, 2017
  7. Jan 18, 2017
  8. Jan 06, 2017
  9. Dec 21, 2016
  10. Dec 13, 2016
  11. Dec 09, 2016
  12. Nov 28, 2016
    • Bogdan Dobrelya's avatar
      Add advanced net check for DNS K8s app · b7692fad
      Bogdan Dobrelya authored
      
      * Add an option to deploy K8s app to test e2e network connectivity
        and cluster DNS resolve via Kubedns for nethost/simple pods
        (defaults to false).
      * Parametrize existing k8s apps templates with kube_namespace and
        kube_config_dir instead of hardcode.
      * For CoreOS, ensure nameservers from inventory to be put in the
        first place to allow hostnet pods connectivity via short names
        or FQDN and hostnet agents to pass as well, if netchecker
        deployed.
      
      Signed-off-by: default avatarBogdan Dobrelya <bdobrelia@mirantis.com>
      b7692fad
  13. Nov 08, 2016
  14. Oct 10, 2016
  15. Sep 13, 2016
    • Matthew Mosesohn's avatar
      Fix kubedns idempotency · ef43b215
      Matthew Mosesohn authored
      Removed api-version from kube.py because it is deprecated.
      Updating both kube.py because dnsmasq one is actually used.
      Fixed name back to kubedns for checking its resource.
      ef43b215
  16. Sep 08, 2016
  17. Sep 01, 2016
  18. Jun 12, 2016
Loading