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

bug 1565363 fixing unschedulable parameter for upgrade #11628

Merged
merged 1 commit into from
Aug 22, 2018

Conversation

kalexand-rh
Copy link
Contributor

@kalexand-rh kalexand-rh commented Aug 17, 2018

@kalexand-rh kalexand-rh added this to the Next Release milestone Aug 17, 2018
@kalexand-rh kalexand-rh self-assigned this Aug 17, 2018
@openshift-ci-robot openshift-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Aug 17, 2018
@sdodson
Copy link
Member

sdodson commented Aug 17, 2018

The manual upgrade section references ansible variables, we probably want to still tell them to remove those variables from their inventories but I'd add a step that tells them to label their masters, as far as I can tell the docs already tell them to mark them schedulable.

Please label your masters with the 'node-role.kubernetes.io/master=true'
`oc label ose3-master.example.com node-role.kubernetes.io/master=true`

+
During upgrade, if a value is not provided for the `openshift_schedulable`
parameter, it is set to *true*. If a value is provided for
`openshift_schedulable`, it is not changed.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since they're not running ansible during the manual upgrade I'd just omit this paragraph, you tell them to remove it from the inventory on 319 which accounts for any future ansible use. The oc adm manage-node <hostname> --schedulable=true will be the part that actually marks the node schedulable.
Otherwise lgtm

@openshift-ci-robot openshift-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Aug 21, 2018
@kalexand-rh
Copy link
Contributor Author

QE approved this PR in the source bug. Merging.

@kalexand-rh kalexand-rh merged commit 04f17fd into openshift:enterprise-3.9 Aug 22, 2018
@kalexand-rh kalexand-rh deleted the BZ1565363 branch December 11, 2018 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch/enterprise-3.9 size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants