docs: update operations.md

Change-Id: Ief25490d553430a679512f8135173bacc37b90be
This commit is contained in:
Leo 2021-07-21 21:13:31 +02:00 committed by Leopold Schabel
parent 5471d52613
commit 89c1c92c7f
1 changed files with 3 additions and 1 deletions

View File

@ -105,6 +105,8 @@ on how to set up the guardiand unit for a specific network.
You need to open port 8999/udp in your firewall for the P2P network. Nothing else has to be exposed externally. You need to open port 8999/udp in your firewall for the P2P network. Nothing else has to be exposed externally.
journalctl can show guardiand's colored output using the `-a` flag for binary output, i.e.: `journalctl -a -f -u guardiand`.
### Kubernetes ### Kubernetes
Kubernetes deployment is fully supported. Kubernetes deployment is fully supported.
@ -124,7 +126,7 @@ This endpoint returns a 200 OK status code once the Wormhole node is ready to se
considered ready as soon as it has successfully connected to all chains and started processing requests. considered ready as soon as it has successfully connected to all chains and started processing requests.
This is **only for startup signalling** - it will not tell whether it *stopped* This is **only for startup signalling** - it will not tell whether it *stopped*
processing requests at some later point. Use metrics to figure that out. processing requests at some later point. Once it's true, it stays true! Use metrics to figure that out.
#### `/metrics` #### `/metrics`