Open Didjacome opened 1 year ago
I'm having the same issue.
I'm seeing the same issue Had to add
global:
metrics:
enabled: true
in values.yaml to fix it
Looks like it should not add the probes if this is disabled or the probes should be independent of metrics and enabled by default.
Good evening everybody, I hope you are well
I have a problem installing the CHART akv2k8s-2.4.2 version, whenever it is installed the controller pod goes into the CrashLoopBackOff state because of its Liveness probe and Readiness probe settings and this interferes even in the controller scale
To be able to reproduce the error:
helm repo add spv-charts https://charts.spvapi.no
helm repo update
helm upgrade --namespace akv2k8s --install --set global.logLevel=debug --set global.logFormat=text my-akv2k8s-operators spv-charts/akv2k8s
I verified that this update is based on this commit 82f413c7f1d22ded69bcb1834184967ff77c3693
but the error is because the application either doesn't know the /healthz path, or it doesn't listen to port 9000
Error: