Skip to content
  1. Oct 17, 2019
  2. Oct 16, 2019
  3. Sep 05, 2019
  4. Aug 20, 2019
  5. Jul 31, 2019
  6. Jul 30, 2019
  7. Jul 16, 2019
  8. 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
  9. Jul 01, 2019
  10. Jun 30, 2019
    • okamototk's avatar
      containerd support (#4664) · 4c8b93e5
      okamototk authored
      * Add limited containerd support
      
      Containerd support for Ubuntu + Calico
      
      * Added CRI-O support for ubuntu
      
      * containerd support.
      
      * Reset  containerd support.
      
      * fix lint.
      
      * implemented feedback
      
      * Change task name cri xx instead of cri-o in reset task and timeout condition.
      
      * set crictl to fixed version
      
      * Use docker-ce's container.io package for containerd.
      
      * Add check containerd is installable or not.
      
      * Avoid stop docker when use containerd and optimize retry for reset.
      
      * Add config.toml.
      
      * Fixed containerd for kubelet.env.
      
      * Merge PR #4629
      
      * Remove unused ubuntu variable for containerd
      
      * Polish code for containerd and cri-o
      
      * Refactoring cri socket configuration.
      
      * Configurable conmon.
      
      * Remove unused crictl/runc download
      
      * Now crictl and runc is downloaded by common crictl.yml.
      
      * fixed yamllint error
      
      * Fixed brokenfiles by conflict.
      
      * Remove commented line in config.toml
      
      * Remove readded v1.12.x version
      
      * Fixed broken set_docker_image_facts
      
      * Fix yamllint errors.
      
      * Remove unused apt source
      
      * Fix crictl could not be installed
      
      * Add containerd config from skolekonov's PR #4601
      4c8b93e5
  11. Jun 28, 2019
    • Simon Lelievre's avatar
      add macvlan cni to kubespray (#4901) · f599c2a6
      Simon Lelievre authored
      * add macvlan cni to kubespray
      
      * macvlan: lint yaml files and fix sample config file
      
      * macvlan: add OWNERS file
      
      * add macvlan to README
      
      * macvlan : CI first shoot
      
      * macvlan : CI add full masquerade
      
      * delegate retrive pod cidr to master only
      
      * macvlan: add config for CI
      
      * macvlan: add netchecker deployment
      f599c2a6
  12. Jun 10, 2019
  13. Jun 05, 2019
  14. May 19, 2019
  15. May 08, 2019
  16. May 03, 2019
  17. 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
  18. Apr 19, 2019
  19. Apr 17, 2019
  20. Apr 10, 2019
  21. Apr 08, 2019
  22. Apr 03, 2019
  23. Apr 01, 2019
  24. Mar 28, 2019
  25. Mar 05, 2019
  26. Feb 26, 2019
  27. Feb 21, 2019
    • Frank Ritchie's avatar
      Add flexvolume plugin dir to kubeadm kubelet (#4168) · 9805fb7a
      Frank Ritchie authored
      This was already approved in #4106 but there are CI issues
      with that PR due to references to kubernetes incubator.
      
      After upgrading to Kubespray 2.8.1 with Kubeadm enabled Rook
      Ceph volume provision failed due to the flexvolume plugin dir not
      being correct. Adding the var fixed the issue
      9805fb7a
  28. Jan 29, 2019
    • Thomas Nys's avatar
      Set cluster DNS correctly in case of nodelocal dns cache (#3879) · 68fd7e39
      Thomas Nys authored
      * Set cluster DNS correctly in case of nodelocal dns cache
      
      * Pass in cluster_ip based on dns mode
      
      * Disable nodelocaldns by default
      
      * Fix syntax error
      
      * Fix syntax issue
      
      * Add nodelocadns ip to vars of node installation
      
      * Change location of nodelocaldns_ip
      
      * Try to remove newlines from jinja template
      
      * Add debug for config file
      
      * Move parameter logic outside of template
      
      * Adapt templates after feedback
      
      * Remove debugging
      68fd7e39
  29. Dec 25, 2018
  30. Dec 06, 2018
    • Andreas Krüger's avatar
      Remove non-kubeadm deployment (#3811) · ddffdb63
      Andreas Krüger authored
      * Remove non-kubeadm deployment
      
      * More cleanup
      
      * More cleanup
      
      * More cleanup
      
      * More cleanup
      
      * Fix gitlab
      
      * Try stop gce first before absent to make the delete process work
      
      * More cleanup
      
      * Fix bug with checking if kubeadm has already run
      
      * Fix bug with checking if kubeadm has already run
      
      * More fixes
      
      * Fix test
      
      * fix
      
      * Fix gitlab checkout untill kubespray 2.8 is on quay
      
      * Fixed
      
      * Add upgrade path from non-kubeadm to kubeadm. Revert ssl path
      
      * Readd secret checking
      
      * Do gitlab checks from v2.7.0 test upgrade path to 2.8.0
      
      * fix typo
      
      * Fix CI jobs to kubeadm again. Fix broken hyperkube path
      
      * Fix gitlab
      
      * Fix rotate tokens
      
      * More fixes
      
      * More fixes
      
      * Fix tokens
      ddffdb63
  31. Nov 28, 2018
  32. Nov 27, 2018
  33. Nov 23, 2018
    • Miao Zhou's avatar
      Fix AWS Node Labels Error · 885c6cff
      Miao Zhou authored
      Now the `kubespray-aws-inventory.py` script always set a node_labels key
      to ansible_host.
      
      When AWS instance did not set property labels, it would be an empty
      string.
      
      The TASK `Write kubelet config file (kubeadm or non-kubeadm)` will
      failed with a msg:
      
      `AnsibleUndefinedVariable: 'unicode object' has no attribute 'items'`.
      885c6cff
  34. Nov 19, 2018
  35. Nov 15, 2018
Loading