Skip to content
  1. Aug 16, 2018
  2. 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
  3. Aug 09, 2018
  4. Aug 08, 2018
  5. Aug 07, 2018
  6. Aug 05, 2018
  7. Jul 31, 2018
  8. Jul 20, 2018
    • Seungkyu Ahn's avatar
      Remove double slash · 0366600b
      Seungkyu Ahn authored
      Even without this PR, the operation works well.
      However, it is better to use a single slash rather than
      a double slash in the path.
      0366600b
  9. Jul 19, 2018
  10. Jul 13, 2018
  11. Jul 11, 2018
  12. Jul 10, 2018
  13. Jul 08, 2018
  14. Jul 06, 2018
  15. Jul 02, 2018
  16. Jun 28, 2018
  17. Jun 22, 2018
  18. Jun 21, 2018
  19. Jun 18, 2018
  20. Jun 12, 2018
  21. Jun 07, 2018
  22. Jun 06, 2018
  23. Jun 04, 2018
  24. May 30, 2018
  25. May 27, 2018
  26. May 22, 2018
  27. May 18, 2018
  28. 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
  29. May 15, 2018
Loading