Skip to content
  1. Sep 19, 2018
  2. Sep 03, 2018
  3. Aug 28, 2018
  4. Jul 19, 2018
  5. Jun 28, 2018
  6. 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
  7. 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
  8. May 01, 2018
  9. Apr 27, 2018
  10. Apr 10, 2018
  11. Mar 31, 2018
  12. Mar 07, 2018
  13. 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
  14. Jan 30, 2018
  15. Jan 22, 2018
  16. Jan 16, 2018
  17. Jan 05, 2018
  18. Dec 23, 2017
  19. Dec 22, 2017
  20. Dec 19, 2017
  21. Nov 29, 2017
  22. Nov 06, 2017
  23. Nov 03, 2017
  24. Oct 11, 2017
  25. 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
  26. 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
  27. Jul 31, 2017
  28. Jul 13, 2017
  29. Jun 08, 2017
  30. May 19, 2017
  31. Apr 15, 2017
  32. Apr 06, 2017
  33. Mar 27, 2017
  34. Feb 27, 2017
    • Brad Beam's avatar
      Lower default memory requests · 56664b34
      Brad Beam authored
      This is to address out of memory issues on CI as well as help
      fit deployments for people starting out with kargo on smaller
      machines
      56664b34
  35. Feb 10, 2017
Loading