[HELP] Kubernetes Vertica - Cluster fails to start.
Hello,
I'm deploying a Vertica instance on a OpenShift cluster and having trouble with the initialization.
The primary cluster contains 2 containers (nma and server). NMA is up and ready, while "server" is waiting for /tmp/startup/startup.json.
Actually the /tmp/startup is mounted as en emptyDir on both containers, and I guess this is empty for the "server" container (I can't execute a command on the container to be sure).
On the "nma", there is no error log.
While on the "server" container, it displays Waiting for startup config file: /tmp/startup/startup.json
So my pod is restarting because probes failed with "connection refused".
Any idea on how could I fix it ?
0
This discussion has been closed.
Answers
Could you please share operator log?