sv_operator/sv_helm #17
Replies: 8 comments 9 replies
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
-
|
Feedback from Kaiko (Stef): maybe in https://docs.dev.sync.global/sv_operator/sv_helm.html#oidc-provider-requirements |
Beta Was this translation helpful? Give feedback.
-
|
The following route is in the wrong place on the architecture diagram: global-domain-<MIGRATION_ID>-cometbft.sv.<YOUR_HOSTNAME>:26<MIGRATION_ID>56 should be routed to port 26656 of service global-domain-<MIGRATION_ID>-cometbft-cometbft-p2p in the sv namespace using the TCP protocol. It should be on the right side of the "CometBft" box. |
Beta Was this translation helpful? Give feedback.
-
|
There is a mismatch between the hostname and URL conventions vs the
This is the workaround I have applied: Step #1: I printed the template: Step #2: In the Step #3: Applied the fixed manifest with |
Beta Was this translation helpful? Give feedback.
-
|
Here's a general overview of traffic management that you might find useful: Traffic management has two main aspects: Making sure the node has enough CC to purchase more traffic Instead, the node operator sets a target throughput: how much traffic (in bytes) they think they will consume per second So when does your node top up in this example? The node tops up traffic when its balance falls below 2000 MB, and it has been at least 100 seconds since the last topup. This second condition--the time elapsed since the last topup--is where a node can run into trouble: a node gets a burst of activity that drains its traffic balance to zero before the minimum topup interval is complete, and the node goes silent. Why the time delay, instead of simply topping up immediately? To help the node operator avoid spending down the node's CC without a chance to intervene, in the case of a bug (or an attack) that causes runaway submissions. This is fundamentally a defensive stance for you as a node operator: you operator need to monitor the node actively to get these settings right. Set the topup interval too short, and you could run out of Canton Coin before you notice it. Set it to long, and your node could run out of traffic before the next topup. Both problems do come up: a node with a long topup window gets a burst of new user activity, and stops transacting. Or a node has too little Canton Coin in its operator wallet, runs out, and fails to purchase new traffic, which also stops the node from transacting. The Splice team has provided a sample traffic monitoring dashboard here: If your node does run completely out of traffic it's possible to top up its balance through another node, either using Denex Gas Station, or by using direct traffic purchase commands via party hosted on a node other than the one that ran into trouble: https://docs.dev.sync.global/app_dev/validator_api/index.html#buying-traffic |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
sv_operator/sv_helm
https://docs.dev.sync.global/sv_operator/sv_helm.html
Beta Was this translation helpful? Give feedback.
All reactions