Skip to content

Latest commit

 

History

History
22 lines (22 loc) · 1.86 KB

File metadata and controls

22 lines (22 loc) · 1.86 KB

WARNING

Community distribution of the Windows Machine Config Operator. This is a preview build, and is not meant for production workloads. Issues with this distribution of WMCO can be opened against the WMCO repository. Please read through the troubleshooting doc before opening an issue. Please ensure that when installing this operator the starting CSV you subscribe to is supported on the version of OKD/OCP you are using. This CSV is meant for OKD/OCP COMMUNITY_VERSION.

Documentation

Introduction

The Windows Machine Config Operator configures Windows instances into nodes, enabling Windows container workloads to be ran within OKD/OCP clusters. Windows instances can be added either by creating a MachineSet, or by specifying existing instances through a ConfigMap. The operator will do all the necessary steps to configure the instance so that it can join the cluster as a worker node.

Pre-requisites

Usage

Please see the usage section of README.md.

Limitations

DeploymentConfigs

Windows Nodes do not support workloads created via DeploymentConfigs. Please use a normal Deployment, or other method to deploy workloads.