Skip to content
  1. Aug 28, 2018
  2. 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
  3. Aug 22, 2018
  4. Aug 14, 2018
    • Rong Zhang's avatar
      Upgrade kubernetes to V1.11.x (#3078) · a11e1eba
      Rong Zhang authored
      Upgrade Kubernetes to V1.11.2
      The kubeadm configuration file version has been upgraded from v1alpha1 to v1alpha2
      Add bootstrap kubeadm-config.yaml with external etcd
      a11e1eba
  5. Jul 19, 2018
  6. Jul 10, 2018
  7. Jul 06, 2018
  8. Jul 02, 2018
  9. Jun 28, 2018
  10. Jun 05, 2018
    • Di Xu's avatar
      fix docker opts incompatible running on aarch64 Redhat/Centos · f4d762bb
      Di Xu authored
      On Aarch64, the default cgroup driver for docker is systemd
      instead of cgroupfs. Should conform kubelet to use systemd
      as cgroup driver as well to keep it consistent with docker.
      
      Without this change, below exception will be raised.
      /usr/bin/docker-current: Error response from daemon: shim
      error: docker-runc not installed on system.
      
      Change-Id: Id496ec9eaac6580e4da2f3ef1a386c9abc2a5129
      f4d762bb
  11. Jun 04, 2018
  12. May 16, 2018
    • Christopher J. Ruwe's avatar
      assert that number of pods on node does not exceed CIDR address range · c1bc4615
      Christopher J. Ruwe authored
      The number of pods on a given node is determined by the  --max-pods=k
      directive. When the address space is exhausted, no more pods can be
      scheduled even if from the --max-pods-perspective, the node still has
      capacity.
      
      The special case that a pod is scheduled and uses the node IP in the
      host network namespace is too "soft" to derive a guarantee.
      
      Comparing kubelet_max_pods with kube_network_node_prefix when given
      allows to assert that pod limits match the CIDR address space.
      c1bc4615
  13. May 15, 2018
  14. May 11, 2018
    • Matthew Mosesohn's avatar
      refactor vault role (#2733) · 07cc9819
      Matthew Mosesohn authored
      * Move front-proxy-client certs back to kube mount
      
      We want the same CA for all k8s certs
      
      * Refactor vault to use a third party module
      
      The module adds idempotency and reduces some of the repetitive
      logic in the vault role
      
      Requires ansible-modules-hashivault on ansible node and hvac
      on the vault hosts themselves
      
      Add upgrade test scenario
      Remove bootstrap-os tags from tasks
      
      * fix upgrade issues
      
      * improve unseal logic
      
      * specify ca and fix etcd check
      
      * Fix initialization check
      
      bump machine size
      07cc9819
  15. May 08, 2018
  16. May 01, 2018
  17. Apr 29, 2018
  18. Apr 27, 2018
  19. Apr 24, 2018
  20. Apr 12, 2018
  21. Apr 10, 2018
  22. Apr 09, 2018
    • Matthew Mosesohn's avatar
      Remove jinja2 dependency of do · f954bc0a
      Matthew Mosesohn authored
      While `do` looks cleaner, forcing this extra option in ansible.cfg
      seems to be more invasive. It would be better to keep the traditional
      approach of `set dummy = ` instead.
      f954bc0a
  23. Apr 04, 2018
  24. Mar 31, 2018
  25. Mar 30, 2018
  26. Mar 28, 2018
  27. Mar 27, 2018
  28. Mar 21, 2018
Loading