rosskirkpat / op-readiness

Windows Operational Readiness Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pardon our dust ! This repo is undergoing rapid iteration right now... if you want to run it, contact jayunit100 on upstream k8s.io slack !

Operational Readiness Specification for windows

To specify your windows cluster's readiness to run workflows:

  • define the example_input.yaml (you can use the example here as a template).
  • run the golang program in this repository.

For customization of your specification, see kubernetes/enhancements#2975.

First prototype

https://github.com/jayunit100/k8sprototypes/tree/master/windows/op-readiness

Build and run - development

$ make build-test

# run on linux
$ ./op-readiness --provider=local --kubeconfig=<path-to-kubeconfig>

# run on darwin
$ ./op-readiness --os=darwin --provider=local --kubeconfig=<path-to-kubeconfig>

About

Windows Operational Readiness Tool

License:Apache License 2.0


Languages

Language:Go 52.1%Language:Shell 40.1%Language:Makefile 5.9%Language:Dockerfile 1.9%