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:
12
README.md
12
README.md
@@ -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`
|
||||
Reference in New Issue
Block a user