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

[enterprise-3.11] Issue in file upgrading/automated_upgrades.adoc #25677

Closed
syedriko opened this issue Sep 22, 2020 · 1 comment
Closed

[enterprise-3.11] Issue in file upgrading/automated_upgrades.adoc #25677

syedriko opened this issue Sep 22, 2020 · 1 comment
Assignees

Comments

@syedriko
Copy link

Which section(s) is the issue in?

https://docs.openshift.com/container-platform/3.11/upgrading/automated_upgrades.html#upgrading-efk-logging-stack-dots
https://docs.openshift.com/container-platform/3.11/upgrading/automated_upgrades.html#upgrading-efk-logging-stack-nodots

What needs fixing?

Prior to patching the fluentd DS, take a note of the value of its nodeSelector.
The fluentd DS patching command should look like this:

oc patch daemonset logging-fluentd --type=json -p '[{"op":"replace", "path":"/spec/template/spec/nodeSelector", "value": {"non-existing":"true"}}]'

There should be a extra step added post-upgrade in both "dots" and "no-dots" scenarios that restores the nodeSelector to what it was prior to patching.

@mburke5678 mburke5678 self-assigned this Sep 22, 2020
@mburke5678
Copy link
Contributor

Closing in favor of https://issues.redhat.com/browse/OSDOCS-1514

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants