Skip to content
  1. Jul 15, 2019
  2. Jul 12, 2019
  3. 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
  4. 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
  5. Jun 24, 2019
  6. Jun 17, 2019
  7. Jun 14, 2019
  8. Jun 11, 2019
    • Andreas Krüger's avatar
      Require min version of Kubernetes (#4860) · 3cc351df
      Andreas Krüger authored
      * Require minimum version of Kubernetes
      
      * Remove checksums for kubernetes version 1.12
      
      * Add kube_version to precheck output and add min required version to README
      
      * Fix merge
      
      * Fix defaults
      
      * Fix typo in precheck
      3cc351df
  9. Jun 09, 2019
  10. Jun 07, 2019
  11. May 31, 2019
  12. Apr 29, 2019
  13. Apr 24, 2019
  14. Apr 20, 2019
  15. Apr 19, 2019
  16. Apr 18, 2019
  17. Apr 17, 2019
  18. Apr 11, 2019
  19. Apr 10, 2019
  20. Apr 09, 2019
  21. Apr 08, 2019
  22. Apr 04, 2019
  23. Mar 27, 2019
  24. Mar 07, 2019
  25. Feb 26, 2019
  26. Feb 07, 2019
  27. Feb 06, 2019
  28. Feb 01, 2019
  29. Jan 11, 2019
  30. Jan 03, 2019
    • Chad Swenson's avatar
      Fix kube-proxy configuration for kubeadm (#3958) · 80379f6c
      Chad Swenson authored
      - Creates and defaults an ansible variable for every configuration option in the `kubeproxy.config.k8s.io/v1alpha1` type spec
        - Fixes vars that were orphaned by removing non-kubeadm
        - Fixes previously harcoded kubeadm values
      - Introduces a `main` directory for role default files per component (requires ansible 2.6.0+)
        - Split out just `kube-proxy.yml` in this first effort
      - Removes the kube-proxy server field patch task
      
      We should continue to pull out other components from `main.yml` into their own defaults files as I did here for `defaults/main/kube-proxy.yml`. I hope for and will need others to join me in this refactoring across the project until each component config template has a matching role defaults file, with shared defaults in `kubespray-defaults` or `downloads`
      80379f6c
  31. Dec 19, 2018
Loading