Deploy Filecoin Node
Deploy Node
This is a simple filecoin Node
that joins calibration test network.
Let's deploy the node:
Kotal operator will notice your calibration-node
and will create all the necessary pods, persistent volumes, services, configmaps, and secrets.
It will return an output similar to the following:
Fetch Node Logs
Get the pods created for the node:
It will return an output similar to the following:
If pod 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
.
Check the logs of the running node:
Finally you can delete the filecoin node and all its resources by
and kubernetes garbage collector will delete all resources created by the node controller.
Last updated