k8s
k8s copied to clipboard
liveness check failed
Hi there,
I am using the default helm installation
helm install --create-namespace -n portainer portainer portainer/portainer \
--set service.type=ClusterIP
But the deployment keep crashing because the liveness chekc fails (connection refused to the local pod ip address atr port 9000).
Any idea whats going on ?
We recommend posting issues in the portainer/portainer repository rather than this one for better visibility.
As it looks like you're intending to expose Portainer via ingress, I would suggest looking at our full installation documentation as you are likely to need to define additional values to correctly configure Portainer for your ingress controller.