forked from Deuxfleurs/guide.deuxfleurs.fr
add stolonctl alias
This commit is contained in:
parent
de5183bea2
commit
56bf6373bd
1 changed files with 5 additions and 0 deletions
|
@ -55,6 +55,11 @@ It might be improved by staying with root, then chmoding in an entrypoint and fi
|
|||
Moreover it would enable the usage of the user namespace that shift the UIDs.
|
||||
|
||||
|
||||
## Stolonctl alias
|
||||
|
||||
```
|
||||
alias stolonctl='stolonctl --cluster-name chelidoine --store-backend consul --store-endpoints https://consul.service.prod.consul:8501 --store-ca-file /certs/consul-ca.crt --store-cert-file /certs/consul-client.crt --store-key /certs/consul-client.key'
|
||||
```
|
||||
|
||||
## Upgrading the cluster
|
||||
|
||||
|
|
Loading…
Reference in a new issue