Add README_GO.md
This commit is contained in:
parent
a1477f0de7
commit
c356e23be3
1 changed files with 10 additions and 0 deletions
10
README_GO.md
Normal file
10
README_GO.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Start Go Script to create new Config
|
||||
|
||||
```
|
||||
export KUBERNETES_HOST="https://10.0.20.7:6443"
|
||||
export KUBERNETES_TOKEN="eyJhbGciOi..."
|
||||
export KUBERNETES_VERIFYSSL="false"
|
||||
export HAPROXY_TEMPLATE="./haproxy.tmpl"
|
||||
|
||||
./haproxy-generator > /etc/haproxy/haproxy.cfg && sudo systemctl restart haproxy
|
||||
```
|
Loading…
Add table
Reference in a new issue