Skip to content
  1. Jun 24, 2020
  2. Jun 16, 2020
  3. Jun 14, 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
  4. Jun 12, 2020
  5. 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
  6. May 18, 2020
  7. May 17, 2020
  8. May 08, 2020
  9. Apr 21, 2020
  10. Apr 18, 2020
  11. Apr 17, 2020
  12. Apr 16, 2020
  13. Apr 09, 2020
  14. Apr 08, 2020
  15. Apr 07, 2020
  16. 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
  17. 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
  18. Mar 24, 2020
    • Stephen Schmidt's avatar
      Fix etcd install with docker and etcd_kubeadm_enabled (#5777) · 0379a52f
      Stephen Schmidt authored
      - This solves issue #5721 & #5713 (dupes)
        - Provide a cleaner default usage pattern for the download role
          around etcd that supports 'host' and 'docker' properly
        - Extract the 'etcdctl' as a separate task install piece and reuse it where
          appropriate
        - Update the kubeadm-etcd task to reflect the above change
      0379a52f
  19. Mar 20, 2020
  20. Mar 18, 2020
  21. Mar 17, 2020
    • spaced's avatar
      Fedora CoreOS support (#5657) · 876d4de6
      spaced authored
      * fedora coreos support
      - bootstrap and new fact for
      
      * fedora coreos support
      - fix bootstrap condition
      
      * fedora coreos support
      - allow customize packages for fedora coreos bootstrap
      
      * fedora coreos support
      - prevent install ptyhon3 and epel via dnf for fedora coreos
      
      * fedora coreos support
      - handle all ostree like os in same way
      
      * fedora coreos support
      - handle all ostree like os in same way for crio
      
      * fedora coreos support
      - add fcos documentations
      876d4de6
  22. Mar 13, 2020
  23. Mar 12, 2020
  24. Mar 10, 2020
  25. Mar 05, 2020
    • Kubernetes Prow Robot's avatar
      Refactor download role (#5697) · 66408a87
      Kubernetes Prow Robot authored
      * download file
      
      * download containers
      
      * fix push image to nodes
      
      * pull if none image on host
      
      * fix
      
      * improve docker image tag checks.
      do not pull already cached images
      
      * rebase fix merge conflict
      
      * add support download_run_once when upgrade and scale cluster
      add some test with download_run_once
      
      * set default values to temp flag for every download cycle
      
      * add save,load abilty for containerd and crio when download_run_once=true
      
      * return redefine image save/load command to  set_docker_image_facts.yml
      
      * move set command to set_container_facts
      
      * ctr in containerd_bin_dir
      
      * fix order of ctr image export arguments
      
      * temporary disable download_run_once for containerd and crio
      due https://github.com/containerd/containerd/issues/4075
      
      * remove unused files
      
      * fix strict yaml linter warning and errors
      
      * refactor logical conditions to pull and cache container images
      
      * remove comment due lint check
      
      * document role
      
      * remove image_load_on_localhost, because cached images are always loaded to docker on remote sites
      
      * remove XXX from debug output
      66408a87
  26. Feb 28, 2020
  27. Feb 27, 2020
    • Lovro Seder's avatar
      Upgrade container-engine after draining (#5601) · 7f87ce03
      Lovro Seder authored
      * Run 'container-engine' after drain.
      
      Move possibly disruptive role 'container-engine' to run after the node
      is drained.
      
      As that role have to be run on non-cluster nodes as well (etcd and
      calico-rr), and those nodes are not drained, add play for that case.
      
      * Check if api is up before upgrade.
      
      If container engine is restarted in previous role, api controller can
      take some time to start. This check ensures api is up before upgrade.
      7f87ce03
  28. Feb 20, 2020
  29. Feb 19, 2020
Loading