Skip to content
  1. Nov 27, 2018
  2. Nov 10, 2018
  3. Oct 12, 2018
  4. Oct 11, 2018
  5. Sep 19, 2018
  6. Sep 03, 2018
  7. Aug 28, 2018
  8. Jul 19, 2018
  9. Jun 28, 2018
  10. 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
  11. 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
  12. May 01, 2018
  13. Apr 27, 2018
  14. Apr 10, 2018
  15. Mar 31, 2018
  16. Mar 07, 2018
  17. Feb 06, 2018
    • Ryan Zenker's avatar
      baremetal tweaks · ad9049a4
      Ryan Zenker authored
      * allow installs to not have hostname overriden with fqdn from inventory
      * calico-config no longer requires local as and will default to global
      * when cloudprovider is not defined, use the inventory_hostname for cni-calico
      * allow reset to not restart network (buggy nodes die with this cmd)
      * default kube_override_hostname to inventory_hostname instead of ansible_hostname
      ad9049a4
  18. Jan 30, 2018
  19. Jan 22, 2018
  20. Jan 16, 2018
  21. Jan 05, 2018
  22. Dec 23, 2017
  23. Dec 22, 2017
  24. Dec 19, 2017
  25. Nov 29, 2017
  26. Nov 06, 2017
  27. Nov 03, 2017
  28. Oct 11, 2017
  29. 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
  30. Aug 21, 2017
    • Matthew Mosesohn's avatar
      Update to Kubernetes v1.7.3 (#1549) · ca3050ec
      Matthew Mosesohn authored
      Change kubelet deploy mode to host
      Enable cri and qos per cgroup for kubelet
      Update CoreOS images
      Add upgrade hook for switching from kubelet deployment from docker to host.
      Bump machine type for ubuntu-rkt-sep
      ca3050ec
  31. Jul 31, 2017
  32. Jul 13, 2017
  33. Jun 08, 2017
  34. May 19, 2017
  35. Apr 15, 2017
  36. Apr 06, 2017
Loading