5 Commits

Author SHA1 Message Date
Bryan Zubrod
7c489a6e26 Update DaemonSet manifests (#188)
* Update DaemonSet, etc manifests

- Remove beta annotation versions of init containers
- Add YAML InitContainers spec to all manifests
- Add CNI config ConfigMap to all manifests
- Make indentation, volume names, etc consistent
- Set all kubeconfig volumes to readonly

* Use IfNotPresent image pull policy for vagrant testing

- Avoids an error with busybox init container image fetching
2017-10-08 18:40:21 -05:00
bzub
e5f24c201d vagrant: Fix invalid shell function call 2017-08-10 01:55:40 -05:00
Bryan Zubrod
f6b33a0370 Support updating kube-router in a local VM cluster (#116)
* gofmt
* docs: Remove manual AWS config reference. It's automatic now.
* Support updating kube-router in a running local VM cluster
- "make vagrant-image-update" target added
- Documentation added and small reorganization
2017-08-09 23:03:49 -05:00
Bryan Zubrod
1a71a12ec7 vagrant: Local cluster enhancements (#110)
* Ensure image from current build is used
* Fix vagrant destroy logic
2017-08-07 21:39:32 -05:00
Bryan Zubrod
5a3abf9ec1 Add support for testing code changes in kubernetes (#105)
automated via Vagrant provisioned local VMs

fixes #105
2017-08-06 01:11:27 -05:00