Skip to content

Commit ccebdc8

Browse files
author
Amrita
committed
unhide all wmco content
1 parent d1bfa4f commit ccebdc8

File tree

7 files changed

+43
-43
lines changed

7 files changed

+43
-43
lines changed

_topic_maps/_topic_map.yml

Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -603,8 +603,8 @@ Topics:
603603
File: troubleshooting-s2i
604604
- Name: Troubleshooting storage issues
605605
File: troubleshooting-storage-issues
606-
# - Name: Troubleshooting Windows container workload issues
607-
# File: troubleshooting-windows-container-workload-issues
606+
- Name: Troubleshooting Windows container workload issues
607+
File: troubleshooting-windows-container-workload-issues
608608
- Name: Investigating monitoring issues
609609
File: investigating-monitoring-issues
610610
- Name: Diagnosing OpenShift CLI (oc) issues
@@ -2091,37 +2091,38 @@ Topics:
20912091
Topics:
20922092
- Name: Adding worker nodes to single-node OpenShift clusters
20932093
File: nodes-sno-worker-nodes
2094-
#Name: Windows Container Support for OpenShift
2095-
#Dir: windows_containers
2096-
#Distros: openshift-origin,openshift-enterprise
2097-
#Topics:
2098-
#- Name: Red Hat OpenShift support for Windows Containers overview
2099-
# File: index
2100-
#- Name: Red Hat OpenShift support for Windows Containers release notes
2101-
# File: windows-containers-release-notes-6-x
2102-
#- Name: Understanding Windows container workloads
2103-
# File: understanding-windows-container-workloads
2104-
#- Name: Enabling Windows container workloads
2105-
# File: enabling-windows-container-workloads
2106-
#- Name: Creating Windows MachineSet objects
2107-
# Dir: creating_windows_machinesets
2108-
# Topics:
2109-
# - Name: Creating a Windows MachineSet object on AWS
2110-
# File: creating-windows-machineset-aws
2111-
# - Name: Creating a Windows MachineSet object on Azure
2112-
# File: creating-windows-machineset-azure
2113-
# - Name: Creating a Windows MachineSet object on vSphere
2114-
# File: creating-windows-machineset-vsphere
2115-
#- Name: Scheduling Windows container workloads
2116-
# File: scheduling-windows-workloads
2117-
#- Name: Windows node upgrades
2118-
# File: windows-node-upgrades
2119-
#- Name: Using Bring-Your-Own-Host Windows instances as nodes
2120-
# File: byoh-windows-instance
2121-
#- Name: Removing Windows nodes
2122-
# File: removing-windows-nodes
2123-
#- Name: Disabling Windows container workloads
2124-
# File: disabling-windows-container-workloads
2094+
---
2095+
Name: Windows Container Support for OpenShift
2096+
Dir: windows_containers
2097+
Distros: openshift-origin,openshift-enterprise
2098+
Topics:
2099+
- Name: Red Hat OpenShift support for Windows Containers overview
2100+
File: index
2101+
- Name: Red Hat OpenShift support for Windows Containers release notes
2102+
File: windows-containers-release-notes-6-x
2103+
- Name: Understanding Windows container workloads
2104+
File: understanding-windows-container-workloads
2105+
- Name: Enabling Windows container workloads
2106+
File: enabling-windows-container-workloads
2107+
- Name: Creating Windows MachineSet objects
2108+
Dir: creating_windows_machinesets
2109+
Topics:
2110+
- Name: Creating a Windows MachineSet object on AWS
2111+
File: creating-windows-machineset-aws
2112+
- Name: Creating a Windows MachineSet object on Azure
2113+
File: creating-windows-machineset-azure
2114+
- Name: Creating a Windows MachineSet object on vSphere
2115+
File: creating-windows-machineset-vsphere
2116+
- Name: Scheduling Windows container workloads
2117+
File: scheduling-windows-workloads
2118+
- Name: Windows node upgrades
2119+
File: windows-node-upgrades
2120+
- Name: Using Bring-Your-Own-Host Windows instances as nodes
2121+
File: byoh-windows-instance
2122+
- Name: Removing Windows nodes
2123+
File: removing-windows-nodes
2124+
- Name: Disabling Windows container workloads
2125+
File: disabling-windows-container-workloads
21252126
---
21262127
Name: Sandboxed Containers Support for OpenShift
21272128
Dir: sandboxed_containers

installing/installing-preparing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ For a production cluster, you must configure the following integrations:
111111
== Preparing your cluster for workloads
112112

113113
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-low-latency-tuning.adoc#cnf-low-latency-tuning[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.
114-
//If you plan to run ../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.
114+
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.
115115

116116
[id="supported-installation-methods-for-different-platforms"]
117117
== Supported installation methods for different platforms

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,11 @@ include::modules/nw-aws-nlb-new-cluster.adoc[leveloffset=+1]
6565

6666
include::modules/configuring-hybrid-ovnkubernetes.adoc[leveloffset=+1]
6767

68-
////
68+
6969
[NOTE]
7070
====
7171
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].
7272
====
73-
////
7473

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ include::modules/nw-modifying-operator-install-config.adoc[leveloffset=+1]
4747
include::modules/nw-operator-cr.adoc[leveloffset=+1]
4848
include::modules/configuring-hybrid-ovnkubernetes.adoc[leveloffset=+1]
4949

50-
////
50+
5151
[NOTE]
5252
====
5353
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].
5454
====
55-
////
55+
5656

5757
// Enabling Accelerated Networking during install
5858
include::modules/machineset-azure-enabling-accelerated-networking-new-install.adoc[leveloffset=+1]

installing/installing_azure_stack_hub/installing-azure-stack-hub-network-customizations.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ include::modules/nw-modifying-operator-install-config.adoc[leveloffset=+1]
5252
include::modules/nw-operator-cr.adoc[leveloffset=+1]
5353
include::modules/configuring-hybrid-ovnkubernetes.adoc[leveloffset=+1]
5454

55-
////
55+
5656
[NOTE]
5757
====
5858
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].
5959
====
60-
////
60+
6161

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

networking/ovn_kubernetes_network_provider/configuring-hybrid-networking.adoc

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

19-
//*../../windows_containers/understanding-windows-container-workloads.adoc#understanding-windows-container-workloads[Understanding Windows container workloads]
20-
//*../../windows_containers/enabling-windows-container-workloads.adoc#enabling-windows-container-workloads[Enabling Windows container workloads]
19+
* xref:../../windows_containers/understanding-windows-container-workloads.adoc#understanding-windows-container-workloads[Understanding Windows container workloads]
20+
* xref:../../windows_containers/enabling-windows-container-workloads.adoc#enabling-windows-container-workloads[Enabling Windows container workloads]
2121
* xref:../../installing/installing_aws/installing-aws-network-customizations.adoc#installing-aws-network-customizations[Installing a cluster on AWS with network customizations]
2222
* xref:../../installing/installing_azure/installing-azure-network-customizations.adoc#installing-azure-network-customizations[Installing a cluster on Azure with network customizations]

windows_containers/enabling-windows-container-workloads.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The WMCO is not supported in clusters that use a xref:../networking/enable-clust
3333

3434
[role="_additional-resources"]
3535
.Additional resources
36-
//* 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].
36+
* 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].
3737

3838
[id="installing-the-wmco"]
3939
== Installing the Windows Machine Config Operator

0 commit comments

Comments
 (0)