1
0
mirror of https://github.com/jcwimer/kubernetes-ansible synced 2026-03-24 16:44:44 +00:00

Added development section to README

This commit is contained in:
2018-11-15 10:30:14 -05:00
parent 6e466cbe40
commit 3cd8c9733d

View File

@@ -37,4 +37,14 @@ You can easily run a lab environment with Vagrant.
To see what is going on, this has deployed Traefik as an ingress controller to kubernetes. To get Traefik's port, run `kubectl get services -n kube-system` on the master. Then navigate to http://192.168.254.2:traefikport on your browser.
To destroy these machines, run `vagrant destroy -f`.
To destroy these machines, run `vagrant destroy -f`.
# Development
This project is tested with bash and Vagrant.
### Requirements
1. Virtualbox
2. Vagrant
### Running tests
`bash tests/vagrant-tests.sh`