Hello everybody,
I have recently finished setting up a stake pool for the Shelley testnet using the official cardano-node docker image (current v1.14.2) and k8s.
When running the container with an environment variable defining the network it shows the expected log output.
The trouble I am having is that I have now passed in my configuration files for topology etc. and currently am seeing the following in my log output:
Listening on http://127.0.0.1:12798
That’s it… If I run curl http://127.0.0.1:12798/metrics I do see some data however.
Does this mean that the node is perhaps unable to connect to the network? As a test I have put it back to https://hydra.iohk.io/build/3246637/download/1/shelley_testnet-topology.json but to no avail.
Any help on this issue would be a lifesaver!