Skip to content
  1. 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
  2. May 15, 2018
  3. May 14, 2018
  4. May 13, 2018
  5. May 12, 2018
  6. 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
    • Andreas Krüger's avatar
      Merge pull request #2762 from woopstar/fix-coreos-bootstrap-fact · e23fd5ca
      Andreas Krüger authored
      Fix path for pip and python when already bootstrapped
      e23fd5ca
    • woopstar's avatar
      Fix path for pip and python · 7df5edef
      woopstar authored
      7df5edef
  7. May 10, 2018
  8. May 09, 2018
  9. May 08, 2018
  10. May 04, 2018
  11. May 03, 2018
  12. May 02, 2018
  13. May 01, 2018
  14. Apr 30, 2018
    • Pablo Moreno's avatar
      [contrib/terraform/openstack] Backward compatibility changes (#2539) · df6c5b28
      Pablo Moreno authored
      * [terraform/openstack] Restores ability to use existing public nodes and masters as bastion.
      
      * [terraform/openstack] Uses network_id as output
      
      * [terraform/openstack] Fixes link to inventory/local/group_vars
      
      * [terraform/openstack] Adds supplementary master groups
      
      * [terraform/openstack] Updates documentation avoiding manual setups for bastion (as they are not needed now).
      
      * [terraform/openstack] Supplementary master groups in docs.
      
      * [terraform/openstack] Fixes repeated usage of master fips instead of bastion fips
      
      * [terraform/openstack] Missing change for network_id to subnet_id
      
      * [terraform/openstack] Changes conditional to element( concat ) form to avoid type issues with empty lists.
      df6c5b28
Loading