diff options
author | Alex Auvolat <alex@adnab.me> | 2023-05-04 16:52:23 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-05-04 16:52:23 +0200 |
commit | 56bf6373bd26c192aa88e08d63a421ebbbdcd013 (patch) | |
tree | 5b25a7a8404adbee06e48ddf34ee6a1a8df37eea /content | |
parent | de5183bea20ba82add779d70378f2c3d2993f687 (diff) | |
download | guide.deuxfleurs.fr-56bf6373bd26c192aa88e08d63a421ebbbdcd013.tar.gz guide.deuxfleurs.fr-56bf6373bd26c192aa88e08d63a421ebbbdcd013.zip |
add stolonctl alias
Diffstat (limited to 'content')
-rw-r--r-- | content/operations/stolon.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/content/operations/stolon.md b/content/operations/stolon.md index de20f09..fc3c113 100644 --- a/content/operations/stolon.md +++ b/content/operations/stolon.md @@ -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 |