-
Notifications
You must be signed in to change notification settings - Fork 1.8k
OSDOCS-17013-bm-upi: CQA2.0 complete for BM UPI doc #103618
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
Conversation
e2962e9 to
ba14d03
Compare
ba14d03 to
3c5ceb0
Compare
|
🤖 Tue Dec 09 12:54:56 - Prow CI generated the docs preview: |
installing/installing_bare_metal/upi/installing-bare-metal.adoc
Outdated
Show resolved
Hide resolved
11cb533 to
ee42caa
Compare
| . Select the appropriate version from the *Version* drop-down list. | ||
| . Click *Download Now* next to the *OpenShift v{product-version} macOS Clients* entry and save the file. | ||
| endif::microshift,openshift-rosa,openshift-rosa-hcp,openshift-dedicated[] | ||
| . Unpack and unzip the archive. |
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.
🤖 [error] RedHat.TermsErrors: Use 'extract' or 'decompress' rather than 'unzip'. For more information, see RedHat.TermsErrors.
| . Select the appropriate version from the *Version* list. | ||
| . Click *Download Now* next to the *OpenShift v{product-version} Windows Client* entry and save the file. | ||
| endif::microshift,openshift-rosa,openshift-rosa-hcp,openshift-dedicated[] | ||
| . Unzip the archive with a ZIP program. |
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.
🤖 [error] RedHat.TermsErrors: Use 'extract' or 'decompress' rather than 'Unzip'. For more information, see RedHat.TermsErrors.
ee42caa to
a3c620d
Compare
a3c620d to
71013d5
Compare
|
@dfitzmau: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
jeana-redhat
left a comment
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.
Really nice work, this is in significantly better shape for migration. Additional gold star for cleaning up additional resources content, thank you! A couple little things i saw in here, but not much given the scope of the changes 🤓
/remove-label merge-review-in-progress
/remove-label merge-review-needed
|
|
||
| You can install the {oc-first} to interact with {product-title} from a command-line interface. You can install `oc` on Linux, Windows, or macOS. | ||
| [role="_abstract"] | ||
| You can install the {oc-first} binary on Linux by using the following procedure. |
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.
I know this was existing text but might as well nix the self-referential part while you're in here :)
| You can install the {oc-first} binary on Linux by using the following procedure. | |
| You can install the {oc-first} binary on Linux. |
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.
✔️
| = Installing the OpenShift CLI on macOS | ||
|
|
||
| [role="_abstract"] | ||
| You can install the {oc-first} binary on macOS by using the following procedure. |
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.
| You can install the {oc-first} binary on macOS by using the following procedure. | |
| You can install the {oc-first} binary on macOS. |
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.
✔️
| = Installing the OpenShift CLI on Windows | ||
|
|
||
| [role="_abstract"] | ||
| You can install the {oc-first} binary on Windows by using the following procedure. |
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.
| You can install the {oc-first} binary on Windows by using the following procedure. | |
| You can install the {oc-first} binary on Windows. |
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.
✔️
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.
There are a couple discrepancies between the Linux, Mac, and Windows steps:
- Linux has a step (2. Select the architecture from the Product Variant list.) that is missing from the others. Seems the user needs to pick that regardless of what OS they are going to run
ocfrom. - The Mac version of "Select the appropriate version from the Version drop-down list." says "drop-down list" instead of just "list" like the other two.
- The Mac version has PATH without backticks in one place where the other two always use
PATH. I marked both the Mac discrepancies in the module for easy reference.
I assume these result from duplicated content that has become skewed over time. A snippet of common steps might be helpful to make sure things don't become inaccurate or inconsistent across slightly different procedures. I don't know if you want to do that or not while you are here, but either way should probably make sure they are all right and match where appropriate.
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.
I'll make these changes but the original content is really outside of scope so I'll make low-level changes. I'm only assisting the install team with this work.
| endif::[] | ||
| ifndef::openshift-origin,microshift,openshift-rosa,openshift-rosa-hcp,openshift-dedicated[] | ||
| . Navigate to the link:https://access.redhat.com/downloads/content/290[Download {product-title}] page on the Red{nbsp}Hat Customer Portal. | ||
| . Select the appropriate version from the *Version* drop-down list. |
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.
| . Select the appropriate version from the *Version* drop-down list. | |
| . Select the appropriate version from the *Version* list. |
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.
✔️
| . Click *Download Now* next to the *OpenShift v{product-version} macOS Clients* entry and save the file. | ||
| endif::microshift,openshift-rosa,openshift-rosa-hcp,openshift-dedicated[] | ||
| . Unpack and unzip the archive. | ||
| . Move the `oc` binary to a directory on your PATH. |
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.
| . Move the `oc` binary to a directory on your PATH. | |
| . Move the `oc` binary to a directory on your `PATH`. |
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.
✔️
| include::modules/cli-installing-cli-linux.adoc[leveloffset=+1] | ||
|
|
||
| // Installing the OpenShift CLI on Windows | ||
| include::modules/cli-installing-cli-windows.adoc[leveloffset=+1] | ||
|
|
||
| // Installing the OpenShift CLI on macOS | ||
| include::modules/cli-installing-cli-macos.adoc[leveloffset=+1] |
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.
Looks like these should be [leveloffset=+2] like the module they replaced
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.
✔️
|
/cherrypick enterprise-4.21 |
|
/cherrypick enterprise-4.20 |
|
/cherrypick enterprise-4.19 |
|
/cherrypick enterprise-4.18 |
|
/cherrypick enterprise-4.17 |
|
/cherrypick enterprise-4.16 |
|
@dfitzmau: new pull request created: #103857 DetailsIn 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-sigs/prow repository. |
|
@dfitzmau: new pull request created: #103858 DetailsIn 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-sigs/prow repository. |
|
@dfitzmau: new pull request created: #103859 DetailsIn 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-sigs/prow repository. |
|
@dfitzmau: #103618 failed to apply on top of branch "enterprise-4.18": DetailsIn 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-sigs/prow repository. |
|
@dfitzmau: #103618 failed to apply on top of branch "enterprise-4.17": DetailsIn 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-sigs/prow repository. |
|
@dfitzmau: #103618 failed to apply on top of branch "enterprise-4.16": DetailsIn 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-sigs/prow repository. |
Continue from include::modules/installation-user-infra-machines-pxe.adoc
Version(s):
4.16+
Issue:
OSDOCS-17013
Link to docs preview: