Skip to content

Commit 72676d0

Browse files
committed
WMCO-3.0.0: Temporarily removed WMCO information from the OCP 4.8 release.
1 parent ad19129 commit 72676d0

File tree

8 files changed

+33
-44
lines changed

8 files changed

+33
-44
lines changed

_topic_map.yml

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1766,34 +1766,35 @@ Topics:
17661766
Topics:
17671767
- Name: Using remote worker node at the network edge
17681768
File: nodes-edge-remote-workers
1769-
---
1770-
Name: Windows Container Support for OpenShift
1771-
Dir: windows_containers
1772-
Distros: openshift-origin,openshift-enterprise
1773-
Topics:
1774-
- Name: Windows Container Support for OpenShift release notes
1775-
File: windows-containers-release-notes-2-x
1776-
- Name: Understanding Windows container workloads
1777-
File: understanding-windows-container-workloads
1778-
- Name: Enabling Windows container workloads
1779-
File: enabling-windows-container-workloads
1780-
- Name: Creating Windows MachineSet objects
1781-
Dir: creating_windows_machinesets
1782-
Topics:
1783-
- Name: Creating a Windows MachineSet object on AWS
1784-
File: creating-windows-machineset-aws
1785-
- Name: Creating a Windows MachineSet object on Azure
1786-
File: creating-windows-machineset-azure
1787-
- Name: Creating a Windows MachineSet object on vSphere
1788-
File: creating-windows-machineset-vsphere
1789-
- Name: Scheduling Windows container workloads
1790-
File: scheduling-windows-workloads
1791-
- Name: Windows node upgrades
1792-
File: windows-node-upgrades
1793-
- Name: Removing Windows nodes
1794-
File: removing-windows-nodes
1795-
- Name: Disabling Windows container workloads
1796-
File: disabling-windows-container-workloads
1769+
#---
1770+
# WMCO-3.0 Note: This section was hidden in the 4.8 documentation set since WMCO 3.0 releases a few days later.
1771+
# Name: Windows Container Support for OpenShift
1772+
# Dir: windows_containers
1773+
#Distros: openshift-origin,openshift-enterprise
1774+
#Topics:
1775+
#- Name: Windows Container Support for OpenShift release notes
1776+
# File: windows-containers-release-notes-2-x
1777+
#- Name: Understanding Windows container workloads
1778+
# File: understanding-windows-container-workloads
1779+
#- Name: Enabling Windows container workloads
1780+
# File: enabling-windows-container-workloads
1781+
#- Name: Creating Windows MachineSet objects
1782+
# Dir: creating_windows_machinesets
1783+
# Topics:
1784+
# - Name: Creating a Windows MachineSet object on AWS
1785+
# File: creating-windows-machineset-aws
1786+
# - Name: Creating a Windows MachineSet object on Azure
1787+
# File: creating-windows-machineset-azure
1788+
# - Name: Creating a Windows MachineSet object on vSphere
1789+
# File: creating-windows-machineset-vsphere
1790+
#- Name: Scheduling Windows container workloads
1791+
# File: scheduling-windows-workloads
1792+
#- Name: Windows node upgrades
1793+
# File: windows-node-upgrades
1794+
#- Name: Removing Windows nodes
1795+
# File: removing-windows-nodes
1796+
#- Name: Disabling Windows container workloads
1797+
# File: disabling-windows-container-workloads
17971798
---
17981799
Name: Sandboxed Containers Support for OpenShift
17991800
Dir: sandboxed_containers

installing/installing-preparing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ For a production cluster, you must configure the following integrations:
9292
[id="installing-preparing-cluster-for-workloads"]
9393
== Preparing your cluster for workloads
9494

95-
Depending on your workload needs, you might need to take extra steps before you begin deploying applications. For example, after you prepare infrastructure to support your application xref:../cicd/builds/build-strategies.adoc#build-strategies[build strategy], you might need to make provisions for xref:../scalability_and_performance/cnf-performance-addon-operator-for-low-latency-nodes.adoc#cnf-performance-addon-operator-for-low-latency-nodes[low-latency] workloads or to xref:../nodes/pods/nodes-pods-secrets.adoc#nodes-pods-secrets[protect sensitive workloads]. You can also configure xref:../monitoring/enabling-monitoring-for-user-defined-projects.adoc#enabling-monitoring-for-user-defined-projects[monitoring] for application workloads. If you plan to run xref:../windows_containers/enabling-windows-container-workloads.adoc#enabling-windows-container-workloads[Windows workloads], you must enable xref:../networking/ovn_kubernetes_network_provider/configuring-hybrid-networking.adoc#configuring-hybrid-networking[hybrid networking with OVN-Kubernetes] during the installation process; hybrid networking cannot be enabled after your cluster is installed.
95+
Depending on your workload needs, you might need to take extra steps before you begin deploying applications. For example, after you prepare infrastructure to support your application xref:../cicd/builds/build-strategies.adoc#build-strategies[build strategy], you might need to make provisions for xref:../scalability_and_performance/cnf-performance-addon-operator-for-low-latency-nodes.adoc#cnf-performance-addon-operator-for-low-latency-nodes[low-latency] workloads or to xref:../nodes/pods/nodes-pods-secrets.adoc#nodes-pods-secrets[protect sensitive workloads]. You can also configure xref:../monitoring/enabling-monitoring-for-user-defined-projects.adoc#enabling-monitoring-for-user-defined-projects[monitoring] for application workloads. If you plan to run Windows workloads, you must enable xref:../networking/ovn_kubernetes_network_provider/configuring-hybrid-networking.adoc#configuring-hybrid-networking[hybrid networking with OVN-Kubernetes] during the installation process; hybrid networking cannot be enabled after your cluster is installed.
9696

9797
[id="supported-installation-methods-for-different-platforms"]
9898
== Supported installation methods for different platforms

installing/installing_aws/installing-aws-network-customizations.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ include::modules/configuring-hybrid-ovnkubernetes.adoc[leveloffset=+1]
6868

6969
[NOTE]
7070
====
71-
For more information on using Linux and Windows nodes in the same cluster, see xref:../../windows_containers/understanding-windows-container-workloads.adoc#understanding-windows-container-workloads[Understanding Windows container workloads].
71+
For more information on using Linux and Windows nodes in the same cluster, see Understanding Windows container workloads.
7272
====
7373

7474
include::modules/installation-launching-installer.adoc[leveloffset=+1]

installing/installing_azure/installing-azure-network-customizations.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ include::modules/nw-modifying-operator-install-config.adoc[leveloffset=+1]
4444
include::modules/nw-operator-cr.adoc[leveloffset=+1]
4545
include::modules/configuring-hybrid-ovnkubernetes.adoc[leveloffset=+1]
4646

47-
[NOTE]
48-
====
49-
For more information on using Linux and Windows nodes in the same cluster, see xref:../../windows_containers/understanding-windows-container-workloads.adoc#understanding-windows-container-workloads[Understanding Windows container workloads].
50-
====
51-
5247
include::modules/installation-launching-installer.adoc[leveloffset=+1]
5348

5449
include::modules/cli-installing-cli.adoc[leveloffset=+1]

networking/ovn_kubernetes_network_provider/configuring-hybrid-networking.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,5 @@ Complete any further installation configurations, and then create your cluster.
1414
[id="configuring-hybrid-networking-additional-resources"]
1515
== Additional resources
1616

17-
* xref:../../windows_containers/understanding-windows-container-workloads.adoc#understanding-windows-container-workloads[Understanding Windows container workloads]
18-
* xref:../../windows_containers/enabling-windows-container-workloads.adoc#enabling-windows-container-workloads[Enabling Windows container workloads]
1917
* xref:../../installing/installing_aws/installing-aws-network-customizations.adoc#installing-aws-network-customizations[Installing a cluster on AWS with network customizations]
2018
* xref:../../installing/installing_azure/installing-azure-network-customizations.adoc#installing-azure-network-customizations[Installing a cluster on Azure with network customizations]

windows_containers/disabling-windows-container-workloads.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,3 @@ include::modules/deleting-wmco-namespace.adoc[leveloffset=+1]
1515
== Additional Resources
1616

1717
* xref:../operators/admin/olm-deleting-operators-from-cluster.adoc#olm-deleting-operators-from-a-cluster[Deleting Operators from a cluster]
18-
19-
* xref:../windows_containers/removing-windows-nodes.adoc#removing-windows-nodes[Removing Windows nodes].

windows_containers/enabling-windows-container-workloads.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ Before adding Windows workloads to your cluster, you must install the Windows Ma
2020

2121
* You are running an {product-title} cluster version 4.6.8 or later.
2222

23-
.Additional resources
24-
* For the comprehensive prerequisites for the Windows Machine Config Operator, see xref:../windows_containers/understanding-windows-container-workloads.adoc#wmco-prerequisites_understanding-windows-container-workloads[Understanding Windows container workloads].
25-
2623
[id="installing-the-wmco"]
2724
== Installing the Windows Machine Config Operator
2825

windows_containers/windows-containers-release-notes-2-x.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ This release adds the following new features and improvements.
6262
[id="wmco-2-0-0-vsphere-support"]
6363
==== Support for clusters running on VMware vSphere
6464

65-
You can now run Windows nodes on a cluster installed on VMware vSphere version 6.5, 6.7, or 7.0. You can create a Windows `MachineSet` object on vSphere to host Windows Server compute nodes. For more information, see xref:../windows_containers/creating_windows_machinesets/creating-windows-machineset-vsphere.adoc#creating-windows-machineset-vsphere[Creating a Windows `MachineSet` object on vSphere].
65+
You can now run Windows nodes on a cluster that is installed on VMware vSphere version 6.5, 6.7, or 7.0. You can create a Windows MachineSet object on vSphere to host Windows Server compute nodes.
6666

6767
[id="wmco-2-0-0-monitoring"]
6868
==== Enhanced Windows node monitoring
@@ -76,4 +76,4 @@ Windows nodes are now fully integrated with most of the monitoring capabilities
7676

7777
* The Prometheus windows_exporter used by the WMCO currently collects metrics through HTTP, so it is considered unsafe. You must ensure that only trusted users can retrieve metrics from the endpoint. The windows_exporter feature recently added support for HTTPS configuration, but this configuration has not been implemented for WMCO. Support for HTTPS configuration in the WMCO will be added in a future release.
7878

79-
* The kube-proxy service terminates unexpectedly after the load balancer is created if you create the load balancer after the Windows pods begin running. To avoid this issue, you must create the load balancer before the Windows pods status transitions to `Running`. (link:https://bugzilla.redhat.com/show_bug.cgi?id=1939968[*BZ#1939968*])
79+
* The kube-proxy service terminates unexpectedly after the load balancer is created if you create the load balancer after the Windows pods begin running. To avoid this issue, you must create the load balancer before the Windows pods statuses transition to `Running`. (link:https://bugzilla.redhat.com/show_bug.cgi?id=1939968[*BZ#1939968*])

0 commit comments

Comments
 (0)