Skip to content
  1. Apr 29, 2019
    • Matthew Mosesohn's avatar
      Run dns_late preinstall tasks on all k8s nodes (#4672) · a5b46bfc
      Matthew Mosesohn authored
      * Run dns_late preinstall tasks on all k8s nodes
      
      Related issue: #4656
      
      Change-Id: I63f8559ef1a497b7580ab084561e6603fe647834
      
      * Fix ansible-lint
      
      Change-Id: Ia5b33fa63dbc36d8c3e9557ef3f2ea02af2325a5
      
      * Fix recover_control_plane lint issues
      
      Change-Id: I16643a3193c11b6ba704e9698812cac7e4fd19a8
      a5b46bfc
  2. Apr 17, 2019
  3. Apr 09, 2019
  4. Apr 01, 2019
    • Matthew Mosesohn's avatar
      Remove kubedns and dnsmasq. Move dns_late phase after apps (#4406) · 5f12b7ae
      Matthew Mosesohn authored
      Both kubedns and dnsmasq modes are long not maintained.
      We should run dns_late steps at the end because sshd
      makes DNS lookups during Ansible run and has 2s timeouts
      for each failed lookup trying to connect to coredns before
      it is ready.
      5f12b7ae
    • MarkusTeufelberger's avatar
      Yamllint fixes (#4410) · 9ffc65f8
      MarkusTeufelberger authored
      * Lint everything in the repository with yamllint
      
      * yamllint fixes: syntax fixes only
      
      * yamllint fixes: move comments to play names
      
      * yamllint fixes: indent comments in .gitlab-ci.yml file
      9ffc65f8
  5. Feb 26, 2019
  6. 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
  7. Dec 25, 2018
  8. Dec 13, 2018
  9. 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
  10. Nov 26, 2018
  11. Nov 10, 2018
  12. Oct 31, 2018
  13. Oct 26, 2018
  14. Oct 10, 2018
  15. Sep 16, 2018
  16. Sep 10, 2018
  17. Aug 28, 2018
  18. Aug 23, 2018
    • Aivars Sterns's avatar
      calico upgrade to v3 (#3086) · 23fd3461
      Aivars Sterns authored
      * calico upgrade to v3
      
      * update calico_rr version
      
      * add missing file
      
      * change contents of main.yml as it was left old version
      
      * enable network policy by default
      
      * remove unneeded task
      
      * Fix kubelet calico settings
      
      * fix when statement
      
      * switch back to node-kubeconfig.yaml
      23fd3461
  19. Aug 08, 2018
  20. Aug 07, 2018
  21. Apr 19, 2018
  22. Mar 17, 2018
  23. Feb 14, 2018
  24. Dec 06, 2017
  25. Nov 15, 2017
  26. Oct 26, 2017
  27. Oct 25, 2017
    • Matthew Mosesohn's avatar
      Fix broken CI jobs (#1854) · a52bc44f
      Matthew Mosesohn authored
      * Fix broken CI jobs
      
      Adjust image and image_family scenarios for debian.
      Checkout CI file for upgrades
      
      * add debugging to file download
      
      * Fix download for alternate playbooks
      
      * Update ansible ssh args to force ssh user
      
      * Update sync_container.yml
      a52bc44f
  28. Oct 17, 2017
  29. Oct 13, 2017
    • Matthew Mosesohn's avatar
      Remove kernel-upgrade role (#1798) · dc515e5a
      Matthew Mosesohn authored
      This role only support Red Hat type distros and is not maintained
      or used by many users. It should be removed because it creates
      feature disparity between supported OSes and is not maintained.
      dc515e5a
  30. Sep 26, 2017
    • Matthew Mosesohn's avatar
      Upgrade to kubeadm (#1667) · bd272e0b
      Matthew Mosesohn authored
      * Enable upgrade to kubeadm
      
      * fix kubedns upgrade
      
      * try upgrade route
      
      * use init/upgrade strategy for kubeadm and ignore kubedns svc
      
      * Use bin_dir for kubeadm
      
      * delete more secrets
      
      * fix waiting for terminating pods
      
      * Manually enforce kube-proxy for kubeadm deploy
      
      * remove proxy. update to kubeadm 1.8.0rc1
      bd272e0b
  31. Sep 18, 2017
    • Matthew Mosesohn's avatar
      Create admin credential kubeconfig (#1647) · ef8e35e3
      Matthew Mosesohn authored
      New files: /etc/kubernetes/admin.conf
                 /root/.kube/config
                 $GITDIR/artifacts/{kubectl,admin.conf}
      
      Optional method to download kubectl and admin.conf if
      kubeconfig_lcoalhost is set to true (default false)
      ef8e35e3
  32. Sep 13, 2017
    • Matthew Mosesohn's avatar
      kubeadm support (#1631) · 67447260
      Matthew Mosesohn authored
      * kubeadm support
      
      * move k8s master to a subtask
      * disable k8s secrets when using kubeadm
      * fix etcd cert serial var
      * move simple auth users to master role
      * make a kubeadm-specific env file for kubelet
      * add non-ha CI job
      
      * change ci boolean vars to json format
      
      * fixup
      
      * Update create-gce.yml
      
      * Update create-gce.yml
      
      * Update create-gce.yml
      67447260
  33. Jul 03, 2017
  34. Jun 16, 2017
  35. May 27, 2017
  36. Apr 04, 2017
Loading