Skip to content

Windows MCO for OpenShift that handles addition of Windows nodes to the cluster

License

Notifications You must be signed in to change notification settings

akhil-rane/windows-machine-config-operator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows Machine Config Operator

Pre-requisites

Build

To build the operator image, execute:

operator-sdk build quay.io/<insert username>/wmco:latest

Testing locally

To run the e2e tests for WMCO locally against an OpenShift cluster set up on AWS, we need to setup the following environment variables.

export KUBECONFIG=<path to kubeconfig>
export AWS_SHARED_CREDENTIALS_FILE=<path to aws credentials file>
export CLUSTER_ADDR=<cluster_name, eg: ravig211.devcluster.openshift.com>
export KUBE_SSH_KEY_PATH=<path to ssh key>

Once the above variables are set:

hack/run-ci-e2e-test.sh

About

Windows MCO for OpenShift that handles addition of Windows nodes to the cluster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 83.5%
  • Dockerfile 7.6%
  • Shell 6.4%
  • PowerShell 1.9%
  • Makefile 0.6%