mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
38 lines
1.9 KiB
Plaintext
38 lines
1.9 KiB
Plaintext
[id="enabling-windows-container-workloads"]
|
|
= Enabling Windows container workloads
|
|
include::modules/common-attributes.adoc[]
|
|
:context: enabling-windows-container-workloads
|
|
|
|
toc::[]
|
|
|
|
Before adding Windows workloads to your cluster, you must install the Windows Machine Config Operator (WMCO), which is available in the {product-title} OperatorHub. The WMCO orchestrates the process of deploying and managing Windows workloads on a cluster.
|
|
|
|
[discrete]
|
|
== Prerequisites
|
|
|
|
* You have access to an {product-title} cluster using an account with `cluster-admin` permissions.
|
|
|
|
* You have installed the OpenShift CLI (`oc`).
|
|
|
|
* You have installed your cluster using installer-provisioned infrastructure. Clusters installed with user-provisioned infrastructure are not supported for Windows container workloads.
|
|
|
|
* You have configured hybrid networking with OVN-Kubernetes for your cluster. This must be completed during the installation of your cluster. For more information, see xref:../networking/ovn_kubernetes_network_provider/configuring-hybrid-networking.adoc#configuring-hybrid-ovnkubernetes[Configuring hybrid networking].
|
|
|
|
* You are running an {product-title} cluster version 4.6.8 or later.
|
|
|
|
[id="installing-the-wmco"]
|
|
== Installing the Windows Machine Config Operator
|
|
|
|
You can install the Windows Machine Config Operator using either the web console or OpenShift CLI (`oc`).
|
|
|
|
include::modules/installing-wmco-using-web-console.adoc[leveloffset=+2]
|
|
include::modules/installing-wmco-using-cli.adoc[leveloffset=+2]
|
|
|
|
include::modules/configuring-secret-for-wmco.adoc[leveloffset=+1]
|
|
|
|
[discrete]
|
|
== Additional Resources
|
|
|
|
* xref:../installing/installing_azure/installing-azure-default.adoc#ssh-agent-using_installing-azure-default[Generating a key pair for cluster node SSH access]
|
|
* xref:../operators/admin/olm-adding-operators-to-cluster.adoc#olm-adding-operators-to-a-cluster[Adding Operators to a cluster].
|