Update README.md

master
kvaps 2017-12-22 15:09:41 +01:00 committed by GitHub
parent 08977140f1
commit 5338e97f92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 3 deletions

View File

@ -32,14 +32,19 @@ All parameters passing as environment variables:
## Quick start
* Instantiate your kubernetes with `--pod-network-cidr=10.244.0.0/16`
* Instantiate your kubernetes with `--pod-network-cidr=10.244.0.0/16` flag.
* Download yaml file
* Download yaml file:
```
curl -o https://raw.githubusercontent.com/kvaps/bridget/master/bridget.yaml
```
* Edit wanted parameters. By default bridget uses `cbr0` bridge that nowhere connected, so you need to set IFACE and VLAN parameters.
* Edit wanted parameters:
```
vim bridget.yaml
```
By default bridget uses `cbr0` bridge that nowhere connected, so you need to set IFACE and VLAN parameters.
Or make sure that your bridge is already configured for use some physical interface.
Please make sure that you have no any IP-address on bridge, because will be configured automatcally.