Skip to content

Commit dab6efe

Browse files
authored
Merge pull request #87963 from sheriff-rh/OSDOCS-11309
2 parents 392da2c + c88ec6c commit dab6efe

File tree

94 files changed

+173
-173
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+173
-173
lines changed

authentication/assuming-an-aws-iam-role-for-a-service-account.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ include::modules/verifying-the-assumed-iam-role-in-your-pod.adoc[leveloffset=+2]
3838
* For more information about installing and using the AWS Boto3 SDK for Python, see the link:https://boto3.amazonaws.com/v1/documentation/api/latest/index.html[AWS Boto3 documentation].
3939

4040
ifdef::openshift-rosa,openshift-dedicated[]
41-
* For general information about webhook admission plugins for OpenShift, see link:https://docs.openshift.com/container-platform/4.17/architecture/admission-plug-ins.html#admission-webhooks-about_admission-plug-ins[Webhook admission plugins] in the OpenShift Container Platform documentation.
41+
* For general information about webhook admission plugins for OpenShift, see link:https://docs.openshift.com/container-platform/4.18/architecture/admission-plug-ins.html#admission-webhooks-about_admission-plug-ins[Webhook admission plugins] in the OpenShift Container Platform documentation.
4242
endif::openshift-rosa,openshift-dedicated[]

authentication/managing_cloud_provider_credentials/cco-mode-mint.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The CCO uses the `admin` credential to process the `CredentialsRequest` objects
1717
With mint mode, each cluster component has only the specific permissions it requires.
1818
Cloud credential reconciliation is automatic and continuous so that components can perform actions that require additional credentials or permissions.
1919

20-
For example, a minor version cluster update (such as updating from {product-title} 4.16 to 4.17) might include an updated `CredentialsRequest` resource for a cluster component.
20+
For example, a minor version cluster update (such as updating from {product-title} {ocp-nminus1} to {product-version}) might include an updated `CredentialsRequest` resource for a cluster component.
2121
The CCO, operating in mint mode, uses the `admin` credential to process the `CredentialsRequest` resource and create users with limited permissions to satisfy the updated authentication requirements.
2222

2323
[NOTE]

extensions/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc::[]
88

99
Extensions enable cluster administrators to extend capabilities for users on their {product-title} cluster.
1010

11-
{olm-first} has been included with {product-title} 4 since its initial release. {product-title} 4.17 includes components for a next-generation iteration of {olm} as a Generally Available (GA) feature, known during this phase as _{olmv1}_. This updated framework evolves many of the concepts that have been part of previous versions of {olm} and adds new capabilities.
11+
{olm-first} has been included with {product-title} 4 since its initial release. {product-title} {product-version} includes components for a next-generation iteration of {olm} as a Generally Available (GA) feature, known during this phase as _{olmv1}_. This updated framework evolves many of the concepts that have been part of previous versions of {olm} and adds new capabilities.
1212

1313
[id="olmv1-highlights_{context}"]
1414
== Highlights

migrating_from_ocp_3_to_4/planning-migration-3-4.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ For information on OVN-Kubernetes features that are similar to features in the O
180180

181181
[WARNING]
182182
====
183-
You should install {product-title} 4 with the OVN-Kubernetes network plugin because it is not possible to upgrade a cluster to {product-title} 4.17 if it is using the OpenShift SDN network plugin.
183+
You should install {product-title} 4 with the OVN-Kubernetes network plugin because it is not possible to upgrade a cluster to {product-title} 4.17 or later if it is using the OpenShift SDN network plugin.
184184
====
185185

186186
[id="migration-preparing-logging"]

modules/about-developer-perspective.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ The *Developer* perspective provides workflows specific to developer use cases,
3131
You can use the *Topology* view to display applications, components, and workloads of your project. If you have no workloads in the project, the *Topology* view will show some links to create or import them. You can also use the *Quick Search* to import components directly.
3232

3333
.Additional resources
34-
See link:https://docs.openshift.com/container-platform/4.17/applications/odc-viewing-application-composition-using-topology-view.html[Viewing application composition using the Topology] view for more information on using the *Topology* view in *Developer* perspective.
34+
See link:https://docs.openshift.com/container-platform/4.18/applications/odc-viewing-application-composition-using-topology-view.html[Viewing application composition using the Topology] view for more information on using the *Topology* view in *Developer* perspective.

modules/cpmso-openstack-with-az-config.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ where:
3232
. For the `master-1` and `master-2` control plane machines, edit the value of the `serverGroupName` property in their provider specs to match that of the machine `master-0`.
3333
+
3434
.An example {rh-openstack} provider spec
35-
[source,yaml]
35+
[source,yaml,subs="attributes+"]
3636
----
3737
providerSpec:
3838
value:
@@ -43,7 +43,7 @@ providerSpec:
4343
name: openstack-cloud-credentials
4444
namespace: openshift-machine-api
4545
flavor: m1.xlarge
46-
image: rhcos-4.17
46+
image: rhcos-{product-version}
4747
kind: OpenstackProviderSpec
4848
metadata:
4949
creationTimestamp: null

modules/create-wif-cluster-cli.adoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $ ocm gcp create wif-config --name <wif_name> \ <1>
5959
2024/09/26 13:05:52 IAM service account cloud-credential-operator-oeub created
6060
2024/09/26 13:05:52 IAM service account openshift-cloud-network-c-oeub created
6161
2024/09/26 13:05:53 IAM service account openshift-ingress-gcp-oeub created
62-
2024/09/26 13:05:55 Role "osd_deployer_v4.17" updated
62+
2024/09/26 13:05:55 Role "osd_deployer_v4.18" updated
6363
----
6464
--
6565
+
@@ -85,7 +85,7 @@ Once the WIF is configured, the following service accounts, roles, and groups ar
8585

8686

8787
|osd-deployer
88-
|osd_deployer_v4.17
88+
|osd_deployer_v4.18
8989

9090

9191
|osd-control-plane
@@ -99,35 +99,35 @@ Once the WIF is configured, the following service accounts, roles, and groups ar
9999
- compute.viewer
100100

101101
|cloud-credential-operator-gcp-ro-creds
102-
|cloud_credential_operator_gcp_ro_creds_v4.17
102+
|cloud_credential_operator_gcp_ro_creds_v{product-version}
103103

104104
|openshift-cloud-network-config-controller-gcp
105-
|openshift_cloud_network_config_controller_gcp_v4.17
105+
|openshift_cloud_network_config_controller_gcp_v{product-version}
106106

107107
|openshift-gcp-ccm
108-
|openshift_gcp_ccm_v4.17
108+
|openshift_gcp_ccm_v{product-version}
109109

110110
|openshift-gcp-pd-csi-driver-operator
111111
|- compute.storageAdmin
112112
- iam.serviceAccountUser
113113
- resourcemanager.tagUser
114-
- openshift_gcp_pd_csi_driver_operator_v4.17
114+
- openshift_gcp_pd_csi_driver_operator_v{product-version}
115115

116116
|openshift-image-registry-gcp
117-
|openshift_image_registry_gcs_v4.17
117+
|openshift_image_registry_gcs_v{product-version}
118118

119119
|openshift-ingress-gcp
120-
|openshift_ingress_gcp_v4.17
120+
|openshift_ingress_gcp_v{product-version}
121121

122122
|openshift-machine-api-gcp
123-
|openshift_machine_api_gcp_v4.17
123+
|openshift_machine_api_gcp_v{product-version}
124124

125125
|Access via SRE group:sd-sre-platform-gcp-access
126126
|sre_managed_support
127127

128128
|===
129129

130-
For further details about WIF configuration roles and their assigned permissions, see link:https://github.com/openshift/managed-cluster-config/blob/master/resources/wif/4.17/vanilla.yaml[managed-cluster-config].
130+
For further details about WIF configuration roles and their assigned permissions, see link:https://github.com/openshift/managed-cluster-config/blob/master/resources/wif/4.18/vanilla.yaml[managed-cluster-config].
131131

132132
[id="create-wif-cluster_{context}"]
133133
== Creating a WIF cluster

modules/creating-config-files-cluster-install-oci.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ $ ./openshift-install version
3434
.Example output for a shared registry binary
3535
[source,terminal,subs="quotes"]
3636
----
37-
./openshift-install 4.17.0
37+
./openshift-install 4.18.0
3838
built from commit ae7977b7d1ca908674a0d45c5c243c766fa4b2ca
39-
release image registry.ci.openshift.org/origin/release:4.17ocp-release@sha256:0da6316466d60a3a4535d5fed3589feb0391989982fba59d47d4c729912d6363
39+
release image registry.ci.openshift.org/origin/release:4.18ocp-release@sha256:0da6316466d60a3a4535d5fed3589feb0391989982fba59d47d4c729912d6363
4040
release architecture amd64
4141
----
4242
====

modules/hcp-aws-hc-ext-dns.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ $ hcp create cluster aws \
6464
<5> Specify the public hosted zone that the service consumer owns, for example, `service-consumer-domain.com`.
6565
<6> Specify the node replica count, for example, `2`.
6666
<7> Specify the path to your pull secret file.
67-
<8> Specify the supported {product-title} version that you want to use, for example, `4.17.0-multi`.
67+
<8> Specify the supported {product-title} version that you want to use, for example, `4.18.0-multi`.
6868
<9> Specify the public hosted zone that the service provider owns, for example, `service-provider-domain.com`.
6969
<10> Set as `PublicAndPrivate`. You can use external DNS with `Public` or `PublicAndPrivate` configurations only.
7070
<11> Specify the path to your {aws-short} STS credentials file, for example, `/home/user/sts-creds/sts-creds.json`.

modules/hcp-bm-hc-mirror.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ $ hcp create cluster agent \
5252
<6> Specify the `icsp.yaml` file that defines ICSP and your mirror registries.
5353
<7> Specify the path to your SSH public key. The default file path is `~/.ssh/id_rsa.pub`.
5454
<8> Specify your hosted cluster namespace.
55-
<9> Specify the supported {product-title} version that you want to use, for example, `4.17.0-multi`. If you are using a disconnected environment, replace `<ocp_release_image>` with the digest image. To extract the {product-title} release image digest, see _Extracting the {product-title} release image digest_.
55+
<9> Specify the supported {product-title} version that you want to use, for example, `4.18.0-multi`. If you are using a disconnected environment, replace `<ocp_release_image>` with the digest image. To extract the {product-title} release image digest, see _Extracting the {product-title} release image digest_.

0 commit comments

Comments
 (0)