Skip to content
  1. Jan 06, 2017
  2. Jan 05, 2017
  3. Jan 03, 2017
  4. Jan 02, 2017
  5. Dec 28, 2016
  6. Dec 27, 2016
  7. Dec 23, 2016
  8. Dec 22, 2016
  9. Dec 19, 2016
  10. Dec 16, 2016
  11. Dec 15, 2016
  12. Dec 14, 2016
  13. Dec 13, 2016
  14. Dec 12, 2016
  15. Dec 09, 2016
    • Bogdan Dobrelya's avatar
      Preconfigure DNS stack and docker early · a15d6267
      Bogdan Dobrelya authored
      
      
      In order to enable offline/intranet installation cases:
      * Move DNS/resolvconf configuration to preinstall role. Remove
        skip_dnsmasq_k8s var as not needed anymore.
      
      * Preconfigure DNS stack early, which may be the case when downloading
        artifacts from intranet repositories. Do not configure
        K8s DNS resolvers for hosts /etc/resolv.conf yet early (as they may be
        not existing).
      
      * Reconfigure K8s DNS resolvers for hosts only after kubedns/dnsmasq
        was set up and before K8s apps to be created.
      
      * Move docker install task to early stage as well and unbind it from the
        etcd role's specific install path. Fix external flannel dependency on
        docker role handlers. Also fix the docker restart handlers' steps
        ordering to match the expected sequence (the socket then the service).
      
      * Add default resolver fact, which is
        the cloud provider specific and remove hardcoded GCE resolver.
      
      * Reduce default ndots for hosts /etc/resolv.conf to 2. Multiple search
        domains combined with high ndots values lead to poor performance of
        DNS stack and make ansible workers to fail very often with the
        "Timeout (12s) waiting for privilege escalation prompt:" error.
      
      * Update docs.
      
      Signed-off-by: default avatarBogdan Dobrelya <bdobrelia@mirantis.com>
      a15d6267
    • Bogdan Dobrelya's avatar
      Add tags · 8cc84e13
      Bogdan Dobrelya authored
      
      
      Add tags to allow more granular tasks filtering.
      Add generator script for MD formatted tags found.
      Add docs for tags how-to.
      
      Signed-off-by: default avatarBogdan Dobrelya <bdobrelia@mirantis.com>
      8cc84e13
  16. Dec 07, 2016
    • Dan Bode's avatar
      Allow etcd_access_addresses to be more flexible · eec2ed58
      Dan Bode authored
      The variale etcd_access_addresses is used to determine
      how to address communication from other roles to
      the etcd cluster.
      
      It was set to the address that ansible uses to
      connect to instance ({{ item }})s and not the
      the variable:
        ip_access
      which had already been created and could already
      be overridden through the access_ip variable.
      
      This change allows ansible to connect to a machine using
      a different address than the one used to access etcd.
      eec2ed58
    • Bogdan Dobrelya's avatar
      Change GCE sysctls placement and docs · f0f2b812
      Bogdan Dobrelya authored
      
      
      Override GCE sysctl in /etc/sysctl.d/99-sysctl.conf instead of
      the /etc/sysctl.d/11-gce-network-security.conf. It is recreated
      by GCE, f.e. if gcloud CLI invokes some security related changes,
      thus losing customizations we want to be persistent.
      
      Update cloud providers firewall requirements in calico docs.
      
      Signed-off-by: default avatarBogdan Dobrelya <bdobrelia@mirantis.com>
      f0f2b812
    • fen4o's avatar
      add cluster-signing to kube-controller-manager · 246c8209
      fen4o authored
      kube-controller-manager's cluster signing cert and key points by default to not
      existing `/etc/kubernetes/ca/ca.pem` and `/etc/kubernetes/ca/ca.key` [docs][1]
      
      [1]: http://kubernetes.io/docs/admin/kube-controller-manager/#options
      246c8209
  17. Dec 06, 2016
  18. Dec 05, 2016
  19. Dec 03, 2016
  20. Dec 02, 2016
  21. Nov 29, 2016
Loading