-
Notifications
You must be signed in to change notification settings - Fork 1.9k
OSDOCS-11873-cursor #109554
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
base: main
Are you sure you want to change the base?
OSDOCS-11873-cursor #109554
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -113,6 +113,8 @@ spec: | |
| EOF | ||
| ---- | ||
|
|
||
| Set `spec.channel` to the OLM channel that matches your {product-title} version. The value `stable-v1` is appropriate for many clusters. For the branch and channel that correspond to your version, see xref:understanding-aws-load-balancer-operator.adoc#albo-openshift-version-compatibility[OpenShift version compatibility]. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] OpenShiftAsciiDoc.NoXrefInModules: Do not include xrefs in modules, only assemblies (exception: release notes modules). |
||
|
|
||
| . Create an AWS IAM policy for the AWS Load Balancer Controller. | ||
| + | ||
| .. Download the appropriate IAM policy: | ||
|
|
||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] AsciiDocDITA.DocumentTitle: The document title (a level 0 heading) is missing.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] AsciiDocDITA.ShortDescription: Assign [role="_abstract"] to a paragraph to use it as in DITA. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,49 @@ | ||
| // Module included in the following assemblies: | ||
| // | ||
| // * modules/nw-aws-load-balancer-operator-considerations.adoc | ||
| // * networking/networking_operators/aws_load_balancer_operator/preparing-sts-cluster-for-albo.adoc | ||
|
|
||
| :_mod-docs-content-type: REFERENCE | ||
| [id="albo-openshift-version-compatibility"] | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] OpenShiftAsciiDoc.IdHasContextVariable: ID is missing the '_{context}' variable at the end of the ID. |
||
| [discrete] | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] AsciiDocDITA.DiscreteHeading: Discrete headings are not supported in DITA. |
||
| == OpenShift version compatibility | ||
|
|
||
| The following table lists {product-title} versions for which specific {aws-short} Load Balancer Operator releases are intended, including the corresponding Git branch and Operator Lifecycle Manager (OLM) channels. | ||
|
|
||
| For the full support policy and the latest updates to this matrix, see link:https://github.com/openshift/aws-load-balancer-operator/blob/main/docs/versioning.md[Versioning and branching in the AWS Load Balancer Operator] in the upstream repository. | ||
|
|
||
| .AWS Load Balancer Operator compatibility with {product-title} | ||
| [cols="1,2,2",options="header"] | ||
| |=== | ||
| |{product-title} version |{aws-short} Load Balancer Operator branch |{aws-short} Load Balancer Operator OLM channel | ||
|
|
||
| |4.17 | ||
| |release-1.2 | ||
| |stable-v1.2, stable-v1 | ||
|
|
||
| |4.16 | ||
| |release-1.1 | ||
| |stable-v1.1, stable-v1 | ||
|
|
||
| |4.15 | ||
| |release-1.1 | ||
| |stable-v1.1, stable-v1 | ||
|
|
||
| |4.14 | ||
| |release-1.1 | ||
| |stable-v1.1, stable-v1 | ||
|
|
||
| |4.13 | ||
| |release-1.0 | ||
| |stable-v1.0, stable-v1 | ||
|
|
||
| |4.12 | ||
| |release-0.2 | ||
| |stable-v0.2, stable-v0 | ||
|
|
||
| |4.11 | ||
| |release-0.1 | ||
| |stable-v0.1, stable-v0 | ||
| |=== | ||
|
|
||
| Choose the OLM channel that matches your {product-title} version. The `stable-v1` channel follows the latest minor release in the v1 product line; you can instead subscribe to a specific minor channel (for example, `stable-v1.1`) to pin the Operator to that line. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -81,6 +81,8 @@ spec: | |
| sourceNamespace: openshift-marketplace | ||
| ---- | ||
| + | ||
| Set `spec.channel` to the OLM channel that matches your {product-title} version. The value `stable-v1` is appropriate for many clusters. For the branch and channel that correspond to your version, see xref:understanding-aws-load-balancer-operator.adoc#albo-openshift-version-compatibility[OpenShift version compatibility]. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] OpenShiftAsciiDoc.NoXrefInModules: Do not include xrefs in modules, only assemblies (exception: release notes modules). |
||
| + | ||
| .. Create the `Subscription` object by running the following command: | ||
| + | ||
| [source,terminal] | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,7 +25,7 @@ To deploy the AWS Load Balancer Operator, install the Operator by using the web | |
|
|
||
| . On the *Install Operator* page, select the following options: | ||
| + | ||
| .. For the *Update the channel* option, select *stable-v1*. | ||
| .. For the *Update the channel* option, select the OLM channel that matches your {product-title} version. For many clusters, *stable-v1* is appropriate. For the operator branch and channel that correspond to your version, see xref:understanding-aws-load-balancer-operator.adoc#albo-openshift-version-compatibility[OpenShift version compatibility]. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] OpenShiftAsciiDoc.NoXrefInModules: Do not include xrefs in modules, only assemblies (exception: release notes modules). |
||
| + | ||
| .. For the *Installation mode* option, select *All namespaces on the cluster (default)*. | ||
| + | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -59,6 +59,8 @@ spec: | |
| EOF | ||
| ---- | ||
| + | ||
| Set `spec.channel` to the OLM channel that matches your {product-title} version. The value `stable-v1` is appropriate for many clusters. For the branch and channel that correspond to your version, see xref:understanding-aws-load-balancer-operator.adoc#albo-openshift-version-compatibility[OpenShift version compatibility]. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] OpenShiftAsciiDoc.NoXrefInModules: Do not include xrefs in modules, only assemblies (exception: release notes modules). |
||
| + | ||
| where: | ||
| + | ||
| `<albo_role_arn>`:: Specifies the ARN role to be used in the `CredentialsRequest` to provision the {aws-short} credentials for the {aws-short} Load Balancer Operator. An example for `<albo_role_arn>` is `arn:aws:iam::<aws_account_number>:role/albo-operator`. | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,6 +11,8 @@ To install the {aws-first} Load Balancer Operator on a cluster that uses the {st | |
|
|
||
| The {aws-short} Load Balancer Operator waits until the required secrets are created and available. | ||
|
|
||
| include::modules/albo-openshift-version-compatibility.adoc[] | ||
|
|
||
| Before you start any {sts-first} procedures, ensure that you meet the following prerequisites: | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] AsciiDocDITA.AssemblyContents: Content other than additional resources cannot follow include directives. |
||
|
|
||
| * You installed the {oc-first}. | ||
|
|
||
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] AsciiDocDITA.TaskStep: Content other than a single list cannot be mapped to DITA steps.