Skip to content
  1. Jul 20, 2020
  2. Jul 17, 2020
  3. Jul 15, 2020
  4. Jul 13, 2020
  5. Jul 07, 2020
  6. Jul 03, 2020
  7. Jun 30, 2020
  8. Jun 29, 2020
  9. Jun 26, 2020
  10. Jun 25, 2020
  11. Jun 24, 2020
  12. Jun 17, 2020
  13. Jun 16, 2020
  14. Jun 15, 2020
    • Y0UZ45's avatar
      Fix kubectl.sh parameter quoting (#6239) · 06391b6d
      Y0UZ45 authored
      If the special parameter "$@" is not quoted, the following command will not work:
      
      ./kubectl.sh patch storageclass my-storage-class -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}'
      06391b6d
  15. Jun 12, 2020
  16. May 19, 2020
    • 404notfoundhard's avatar
      restart kubelet service when kube-config.yml is changed (#5402) · d036a04d
      404notfoundhard authored
      * fix(kubelet): exec notify restart kubelet service when kube-config.yml changed
      
      * Revert "refactor(kubelet handler): change task name("reload kubelet") this is misleading"
      
      This reverts commit 8f5d29560802c7c997293adb1ce9f84d3b20b6cb.
      
      * fix(handlers,kubelet): setting right notify task name
      d036a04d
  17. May 18, 2020
  18. May 08, 2020
  19. Apr 21, 2020
  20. Apr 18, 2020
  21. Apr 17, 2020
  22. Apr 16, 2020
  23. Apr 09, 2020
  24. Apr 08, 2020
  25. Apr 07, 2020
  26. 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
  27. Mar 25, 2020
    • Xiaodu's avatar
      Move host_architecture to kubespray-defaults (#5811) · 63fa406c
      Xiaodu authored
      The variable is defined in `kubernetes/preinstall` role and used in several roles. Since `kubernetes/preinstall` is not always included when `ansible-playbook` is run with tag selectors (see #5734 for reason), they will fail, or individual roles must copy the same fact definitions (as in #3846). Moving the definition to the always-included `kubespray-defaults` role will resolve the dependency problem.
      63fa406c
Loading