Skip to content
  1. Jun 08, 2023
  2. May 11, 2023
  3. Apr 23, 2023
  4. Mar 06, 2023
  5. Feb 13, 2023
  6. Jan 31, 2023
  7. Jan 03, 2023
  8. Dec 30, 2022
    • Shelming.Song's avatar
      optimize cgroups settings for node reserved (#9209) · 1c4db613
      Shelming.Song authored
      * optimize cgroups settings for node reserved
      
      * fix
      
      * set cgroup slice for multi container engine
      
      * set cgroup slice for crio
      
      * add reserved cgroups variables to sample files
      
      * Compatible with cgroup path for different container managers
      
      * add cgroups doc
      
      * fix markdown
      1c4db613
  9. Oct 27, 2022
  10. Oct 24, 2022
  11. Oct 06, 2022
  12. Aug 30, 2022
  13. Jul 31, 2022
  14. Jul 05, 2022
  15. Jun 15, 2022
  16. Jun 06, 2022
  17. Apr 07, 2022
  18. Feb 15, 2022
  19. Feb 02, 2022
    • Ilya Margolin's avatar
      Fix kubelet_kubelet_cgroups_cgroupfs (#8500) · aed187e5
      Ilya Margolin authored
      If kubelet is run with systemd (as it always is when using kubespray),
      it starts in systemd's /system.slice/kubelet.service cgroup.
      
      This commit prevents a creation and usage of a second unrelated cgroup.
      aed187e5
  20. Jan 24, 2022
  21. Nov 05, 2021
  22. Nov 26, 2020
  23. Sep 23, 2020
  24. Sep 04, 2020
  25. Aug 13, 2020
  26. Jul 13, 2020
  27. Jun 26, 2020
  28. Apr 07, 2020
  29. Mar 31, 2020
    • Vinayaka V Ladwa's avatar
      Azure vmss - kubelet: failed to get instance ID from cloud provider: instance... · f8ad44a9
      Vinayaka V Ladwa authored
      Azure vmss - kubelet: failed to get instance ID from cloud provider: instance not found #5824 (#5855)
      
      * kubernetes-sigs-kubespray #5824
      
      Added support nodes which are part of Virtual Machine Scale Sets(VMSS)
      
      * kubernetes-sigs-kubespray #5824
      
      * kubernetes-sigs-kubespray #5824
      
      Added comments and updatetd azure docs.
      
      * kubernetes-sigs-kubespray #5824
      
      Added supported values comments for "azure_vmtype" in azure.yml
      f8ad44a9
  30. Feb 15, 2020
  31. Dec 03, 2019
  32. Oct 30, 2019
  33. Sep 10, 2019
    • Matthew Mosesohn's avatar
      Add support for k8s v1.16.0-beta.2 (#5148) · 27ec548b
      Matthew Mosesohn authored
      Cleaned up deprecated APIs:
      apps/v1beta1
      apps/v1beta2
      extensions/v1beta1 for ds,deploy,rs
      
      Add workaround for deploying helm using incompatible
      deployment manifest.
      Change-Id: I78b36741348f47a999df3841ee63cf4e6f377830
      27ec548b
  34. Sep 05, 2019
  35. Jul 30, 2019
  36. Jul 02, 2019
    • okamototk's avatar
      Use K8s 1.15 (#4905) · f2b8a361
      okamototk authored
      * Use K8s 1.15
      
      * Use Kubernetes 1.15 and use kubeadm.k8s.io/v1beta2 for
        InitConfiguration.
      * bump to v1.15.0
      
      * Remove k8s 1.13 checksums.
      
      * Update README kubernetes version 1.15.0.
      
      * Update metrics server 0.3.3 for k8s 1.15
      
      * Remove less than k8s 1.14 related code
      
      * Use kubeadm with --upload-certs instead of --experimental-upload-certs due to depricate
      
      * Update dnsautoscaler 1.6.0
      
      * Skip certificateKey if it's not defined
      
      * Add kubeadm-conftolplane.v2beta2 for k8s 1.15 or later
      
      * Support kubeadm control plane for k8s 1.15
      
      * Update sonobuoy version 0.15.0 for k8s 1.15
      f2b8a361
  37. May 19, 2019
  38. Apr 24, 2019
    • Vincent Gramer's avatar
      support azure loadbalancer standard sku (#4150) (#4476) · f47a6662
      Vincent Gramer authored
      add the support of the folling property in azure-credential-check.yml
        - azure_loadbalancer_sku: Sku of Load Balancer and Public IP. Candidate values are: basic and standard.
        - azure_exclude_master_from_standard_lb: excludes master nodes from standard load balancer.
        - azure_disable_outbound_snat: disables the outbound SNAT for public load balancer rules
        - useInstanceMetadata: Use instance metadata service where possible
        - azure_primary_availability_set: (Optional) The name of the availability set that should be used as the load balancer backend
      f47a6662
Loading