You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I noticed a situation: when basic.auth is enabled, startupProbe does not pass. As far as I could find out, they cannot get through the authorization and the container inside k8s crashes. When trying to switch probes to tcpSocket they generally stop working. Now I had to turn them off completely, but from an operational point of view this is not entirely correct
startupProbe:
tcpSocket:
port: 8080
livenessProbe:
tcpSocket:
port: 8080
readinessProbe:
tcpSocket:
port: 8080
ERROR: po/allure-server-deployment container/allure-server: Killing: Container allure-server failed startup probe, will be restarted
The text was updated successfully, but these errors were encountered:
Hello! I noticed a situation: when basic.auth is enabled, startupProbe does not pass. As far as I could find out, they cannot get through the authorization and the container inside k8s crashes. When trying to switch probes to tcpSocket they generally stop working. Now I had to turn them off completely, but from an operational point of view this is not entirely correct
startupProbe:
tcpSocket:
port: 8080
livenessProbe:
tcpSocket:
port: 8080
readinessProbe:
tcpSocket:
port: 8080
ERROR: po/allure-server-deployment container/allure-server: Killing: Container allure-server failed startup probe, will be restarted
The text was updated successfully, but these errors were encountered: