Skip to content
  1. Aug 10, 2018
  2. Aug 08, 2018
  3. Aug 07, 2018
  4. Aug 05, 2018
  5. Jul 31, 2018
  6. Jun 28, 2018
  7. Jun 21, 2018
  8. Jun 04, 2018
  9. May 27, 2018
  10. May 22, 2018
  11. May 18, 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 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
  14. Apr 27, 2018
  15. Apr 26, 2018
  16. Apr 23, 2018
  17. Apr 19, 2018
  18. Apr 12, 2018
  19. Apr 11, 2018
  20. Apr 06, 2018
  21. Apr 02, 2018
  22. Mar 31, 2018
  23. Mar 28, 2018
  24. Mar 17, 2018
  25. Mar 08, 2018
  26. Mar 05, 2018
  27. Feb 28, 2018
  28. Feb 27, 2018
  29. Feb 21, 2018
  30. Feb 17, 2018
    • melkosoft's avatar
      Added cilium support (#2236) · f13e76d0
      melkosoft authored
      * Added cilium support
      
      * Fix typo in debian test config
      
      * Remove empty lines
      
      * Changed cilium version from <latest> to <v1.0.0-rc3>
      
      * Add missing changes for cilium
      
      * Add cilium to CI pipeline
      
      * Fix wrong file name
      
      * Check kernel version for cilium
      
      * fixed ci error
      
      * fixed cilium-ds.j2 template
      
      * added waiting for cilium pods to run
      
      * Fixed missing EOF
      
      * Fixed trailing spaces
      
      * Fixed trailing spaces
      
      * Fixed trailing spaces
      
      * Fixed too many blank lines
      
      * Updated tolerations,annotations in cilium DS template
      
      * Set cilium_version to iptables-1.9 to see if bug is fixed in CI
      
      * Update cilium image tag to v1.0.0-rc4
      
      * Update Cilium test case CI vars filenames
      
      * Add optional prometheus flag, adjust initial readiness delay
      
      * Update README.md with cilium info
      f13e76d0
  31. Feb 09, 2018
    • jasdeep-hundal's avatar
      Remove redundant python-apt install · f57abae0
      jasdeep-hundal authored
      Ansible automatically installs the python-apt package when using
      the 'apt' Ansible module, if python-apt is not present. This patch
      removes the (unneeded) explicit installation in the Kubespray
      'preinstall' role.
      f57abae0
  32. Feb 07, 2018
  33. Jan 31, 2018
    • Matthew Mosesohn's avatar
      Rename default_resolver to cloud_resolver (#2209) · 2df4b6c5
      Matthew Mosesohn authored
      Cloud resolvers are mandatory for hosts on GCE and OpenStack
      clouds. The 8.8.8.8 alternative resolver was dropped because
      there is already a default nameserver. The new var name
      reflects the purpose better.
      
      Also restart apiserver when modifying dns settings.
      2df4b6c5
  34. Jan 29, 2018
  35. Jan 23, 2018
  36. Dec 06, 2017
Loading