upgrade_control_plane.yml 514 B

12345678910111213141516
  1. ---
  2. #
  3. # Control Plane Upgrade Playbook
  4. #
  5. # Upgrades masters and Docker (only on standalone etcd hosts)
  6. #
  7. # This upgrade does not include:
  8. # - node service running on masters
  9. # - docker running on masters
  10. # - node service running on dedicated nodes
  11. #
  12. # You can run the upgrade_nodes.yml playbook after this to upgrade these components separately.
  13. #
  14. - import_playbook: ../../../../common/openshift-cluster/upgrades/v3_11/upgrade_control_plane.yml
  15. - import_playbook: ../../../../openshift-master/private/restart.yml