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
BZ#2021461: MetalLB Operator install errors #38864
BZ#2021461: MetalLB Operator install errors #38864
Conversation
|
✔️ Deploy Preview for osdocs ready! 🔨 Explore the source changes: 1fbfee6 🔍 Inspect the deploy log: https://app.netlify.com/sites/osdocs/deploys/619e513e17abcf000731fd88 😎 Browse the preview: https://deploy-preview-38864--osdocs.netlify.app/openshift-enterprise/latest/networking/metallb/metallb-operator-install |
|
/assign @asood-rh PTAL and thank you. |
| @@ -18,7 +22,7 @@ After you install the Operator, you need to configure a single instance of a Met | |||
| [source,terminal] | |||
| ---- | |||
| $ cat << EOF | oc apply -f - | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mikemckiernan Most of it looks good. I just have a thought of not including prompt sign '$' where ever there is cat << EOF command to allows user to use the clipboard functionality to copy and paste the YAML.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @asood-rh, including the prompt is the Red Hat docs convention, but you've uncovered some kind of browser-specific bug that causes the prompt to get included in the paste. I'll investigate that with my team.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
/cherrypick enterprise-4.10 |
|
@mikemckiernan: new pull request created: #39245 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/cherrypick enterprise-4.9 |
|
@mikemckiernan: new pull request created: #39247 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=2021461
The updates are in Installing from the OperatorHub using the CLI.