Skip to content
Snippets Groups Projects
  1. May 20, 2022
  2. Feb 22, 2022
  3. Feb 16, 2022
  4. Jan 27, 2022
  5. Nov 09, 2021
  6. Sep 14, 2021
  7. Aug 26, 2021
  8. Apr 29, 2021
    • Cristian Calin's avatar
      Rename ansible groups to use _ instead of - (#7552) · 360aff4a
      Cristian Calin authored
      * rename ansible groups to use _ instead of -
      
      k8s-cluster -> k8s_cluster
      k8s-node -> k8s_node
      calico-rr -> calico_rr
      no-floating -> no_floating
      
      Note: kube-node,k8s-cluster groups in upgrade CI
            need clean-up after v2.16 is tagged
      
      * ensure old groups are mapped to the new ones
      Unverified
      360aff4a
  9. Apr 02, 2021
  10. Mar 24, 2021
  11. Mar 15, 2021
    • Kenichi Omichi's avatar
      Update upgrades.md (#7361) · 85007fa9
      Kenichi Omichi authored
      upgrades.md explains how to do upgrade from v1.4.3 to v1.4.6 as an
      example. The versions are a little old, and the doc readers would
      have a concern the upgrade works fine or not.
      This updates versions after verifying the way works fine by hands.
      Unverified
      85007fa9
  12. Mar 05, 2021
  13. Jan 18, 2021
  14. Feb 17, 2020
  15. Dec 04, 2019
  16. Oct 16, 2019
  17. Sep 26, 2019
  18. Sep 19, 2018
  19. Sep 13, 2018
  20. Jul 10, 2018
  21. Jul 06, 2018
  22. Feb 08, 2018
  23. 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
  24. Jun 16, 2017
  25. Mar 30, 2017
    • Justin Downing's avatar
      Update upgrades.md · fbded9cd
      Justin Downing authored
      Clarify that the `kube_version` environment variable is needed for the CLI "graceful upgrade". Also add and example to check that the upgrade was successful.
      fbded9cd
  26. Mar 16, 2017
  27. Feb 16, 2017
    • Matthew Mosesohn's avatar
      Add graceful upgrade process · 97ebbb96
      Matthew Mosesohn authored
      Based on #718 introduced by rsmitty.
      
      Includes all roles and all options to support deployment of
      new hosts in case they were added to inventory.
      
      Main difference here is that master role is evaluated first
      so that master components get upgraded first.
      
      Fixes #694
      97ebbb96
  28. Dec 07, 2016
Loading