atlassian / smith

Smith is a Kubernetes workflow engine / resource manager
Apache License 2.0
285 stars 24 forks source link

Support loading configuration from a file #210

Closed ash2k closed 6 years ago

ash2k commented 6 years ago

This is useful to be able to pick up any cluster configuration in any form kubectl supports. In practice I did this to see if Docker's built-in Kubernetes support works with our integration tests. It does. See https://docs.docker.com/docker-for-mac/kubernetes/

I've left a few make targets with references to minikbe. That is because I haven't figured out yet if Service Catalog works on Kube-on-Docker and if aggregation layer is enabled there (it should, it is on by default in 1.8).