Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement upgrade of Portworx cluster #5

Closed
harsh-px opened this issue Jan 18, 2018 · 1 comment
Closed

Implement upgrade of Portworx cluster #5

harsh-px opened this issue Jan 18, 2018 · 1 comment
Assignees

Comments

@harsh-px
Copy link
Collaborator

harsh-px commented Jan 18, 2018

At a high level, use the below sequence

  1. Start a Job on all nodes that starts pulling new PX image. This reduces shared volume downtime which starts on step 3.
  2. Find all pods using shared volumes. “Drain the controller” managing these shared volume pods
  3. This will start terminating all pods
    • If px volumes are found still attached, bail the upgrade and revert 2
  4. Start PX rolling upgrade
    • During upgrade of each node, oci-mon pod on each node will take care of draining apps with regular volumes
  5. “Undrain the controller” managing shared volume pods
  6. List PX pods that are still not ready and feedback to user to monitor them and reboot node if a specific message appears in PX journal logs
@harsh-px harsh-px self-assigned this Jan 18, 2018
@harsh-px harsh-px changed the title Support optional draining of applications before upgrade Support draining of applications before upgrade Jan 31, 2018
@harsh-px harsh-px changed the title Support draining of applications before upgrade Implement upgrade of Portworx cluster Jan 31, 2018
@harsh-px
Copy link
Collaborator Author

harsh-px commented Feb 1, 2018

Converted to a Project: https://github.com/portworx/talisman/projects/2

@harsh-px harsh-px closed this as completed Feb 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant