network: rinkeby
, and uses Hyperledger Besu client client: besu
:spec.network
value, which accepts values like mainnet
, rinkeby
, goerli
, xdai
... etc. After the node is created, you can't change spec.network
.rinkeby.yaml
manifest:rinkeby-besu-node
and will create all the necessary pods, persistent volumes, services, configmaps, and secrets neccessary.Node
using:STATUS
is Pending
, most probably it's due to not enough cpu and memory, because Kotal allocates lots of cpu cores and memory for public nodes. The required node resources can be changed using spec.resources.cpu
, spec.resources.memory
, and spec.resources.storage
.fast
in public networks.Node
and default spec parameter values, check our ethereum referenceβrinkeby.yaml
:eth_syncing
JSON-RPC methodNode
controller.