Pardon our dust ! This repo is undergoing rapid iteration right now... if you want to run it, contact jayunit100 on upstream k8s.io slack !
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.
https://github.com/jayunit100/k8sprototypes/tree/master/windows/op-readiness
$ 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>