Skip to content

Commit 35e1bb2

Browse files
authored
fix: updated ocp version and links (#2872)
* updated ocp version and link * more updated links * more updated links * Update antora.yml * updated link * updated link
1 parent 970eb95 commit 35e1bb2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ asciidoc:
2121
ocp: OpenShift Container Platform
2222
# recommended OCP version for new deployments
2323
# included in links to OCP docs and in catalog source links: do not include the "v" prefix here
24-
ocp4-ver: "4.12"
24+
ocp4-ver: "4.18"
2525
# for the project
2626
che-plugin-registry-directory: che-plugin-registry
2727
devworkspace-operator-index-disconnected-install: quay.io/devfile/devworkspace-operator-index:release-digest

modules/administration-guide/pages/configuring-network-policies.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The default is `{prod-namespace}`.
4343
<2> The empty `podSelector` selects all Pods in the {orch-namespace}.
4444
====
4545
+
46-
* OPTIONAL: In case you applied link:https://docs.openshift.com/container-platform/{ocp4-ver}/networking/network_policy/multitenant-network-policy.html[Configuring multitenant isolation with network policy], you also must apply `allow-from-openshift-apiserver` and `allow-from-workspaces-namespaces` NetworkPolicies to `{prod-namespace}`.
46+
* OPTIONAL: In case you applied link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp4-ver}/html/networking/network-security#nw-networkpolicy-multitenant-isolation_multitenant-network-policy[Configuring multitenant isolation with network policy], you also must apply `allow-from-openshift-apiserver` and `allow-from-workspaces-namespaces` NetworkPolicies to `{prod-namespace}`.
4747
The `allow-from-openshift-apiserver` NetworkPolicy allows incoming traffic from `openshift-apiserver` namespace to the `devworkspace-webhook-server` enabling webhooks.
4848
The `allow-from-workspaces-namespaces` NetworkPolicy allows incoming traffic from each user project to `che-gateway` pod.
4949
+
@@ -105,4 +105,4 @@ The default is `{prod-namespace}`.
105105

106106
* link:https://kubernetes.io/docs/concepts/security/multi-tenancy/#network-isolation[Network isolation]
107107

108-
* link:https://docs.openshift.com/container-platform/{ocp4-ver}/networking/network_policy/multitenant-network-policy.html[Configuring multitenant isolation with network policy]
108+
* link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp4-ver}/html/networking/network-security#nw-networkpolicy-multitenant-isolation_multitenant-network-policy[Configuring multitenant isolation with network policy]

modules/administration-guide/pages/enabling-access-to-dev-fuse-for-openshift.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This procedure is not necessary for OpenShift versions 4.15 and later, since the
1818
====
1919
Creating `MachineConfig` resources on an OpenShift cluster is a potentially dangerous task, as you are making advanced, system-level changes to the cluster.
2020
21-
View the link:https://docs.openshift.com/container-platform/{ocp4-ver}/post_installation_configuration/machine-configuration-tasks.html#machine-config-overview-post-install-machine-configuration-tasks[MachineConfig documentation] for more details and possible risks.
21+
View the link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp4-ver}/html/machine_configuration/machine-config-index#about-machine-config-operator_machine-config-overview[MachineConfig documentation] for more details and possible risks.
2222
2323
====
2424

modules/administration-guide/partials/snip_preparing-images-for-a-restricted-environment.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
* The OpenShift cluster has at least 64 GB of disk space.
99
10-
* The OpenShift cluster is ready to operate on a restricted network. See link:https://docs.openshift.com/container-platform/{ocp4-ver}/installing/disconnected_install/index.html[About disconnected installation mirroring] and link:https://docs.openshift.com/container-platform/{ocp4-ver}/operators/admin/olm-restricted-networks.html[Using Operator Lifecycle Manager on restricted networks].
10+
* The OpenShift cluster is ready to operate on a restricted network. See link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp4-ver}/html/disconnected_environments/mirroring-in-disconnected-environments[About disconnected installation mirroring] and link:https://docs.openshift.com/container-platform/{ocp4-ver}/operators/admin/olm-restricted-networks.html[Using Operator Lifecycle Manager on restricted networks].
1111
1212
// NOTE for testers: don't use the internal registry present on `crc`.
1313

@@ -26,7 +26,7 @@
2626
2727
* `skopeo` version 1.6 or higher. See link:https://github.com/containers/skopeo/blob/main/install.md[Installing Skopeo].
2828
29-
* An active `skopeo` session with administrative access to the private Docker registry. link:https://github.com/containers/skopeo#authenticating-to-a-registry[Authenticating to a registry], and link:https://docs.openshift.com/container-platform/{ocp4-ver}/installing/disconnected_install/installing-mirroring-installation-images.html[Mirroring images for a disconnected installation].
29+
* An active `skopeo` session with administrative access to the private Docker registry. link:https://github.com/containers/skopeo#authenticating-to-a-registry[Authenticating to a registry], and link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp4-ver}/html/disconnected_environments/mirroring-in-disconnected-environments[Mirroring images for a disconnected installation].
3030
3131
* `{prod-cli}` for {prod-short} version {prod-ver}. See xref:installing-the-chectl-management-tool.adoc[].
3232

0 commit comments

Comments
 (0)