helm-charts
helm-charts copied to clipboard
Keycloak 25.0.0 Helm Chart deployment -> CrashLoop
Upgraded keycloak from 22.0..4 to 25.0.0 using new keycloakx chart as a drop in replacement - same helm cmd line, same values.yaml. The service starts and fails/CrashLoops. Initial error: Startup probe failed: Get "http://10.42.2.163:9000/auth/health": dial tcp 10.42.2.163:9000: connect: connection refused
I disabled health check by adding health.enabled=false to the values.yaml, but it still crashes. Nothing in the service logs besides this:
`Appending additional Java properties to JAVA_OPTS Changes detected in configuration. Updating the server image. Updating the configuration and installing your custom providers, if any. Please wait. 2024-06-29 00:19:35,792 INFO [io.qua.dep.QuarkusAugmentor] (main) Quarkus augmentation completed in 16683ms Server configuration updated and persisted. Run the following command to review the configuration: kc.sh show-config Next time you run the server, just run: kc.sh --verbose start --http-enabled=true --http-port=8080 --hostname-strict=false --hostname-strict-https=false --spi-events-listener-jboss-logging-success-level=info --spi-events-listener-jboss-logging-error-level=warn --optimized Disabled option: '--hostname-strict-https'. Available only when hostname:v1 feature is enabled Possible solutions: --hostname, --hostname-admin, --hostname-backchannel-dynamic, --hostname-strict, --hostname-debug Try 'kc.sh start --help' for more information on the available options. Specify '--help-all' to obtain information on all options and their availability
DB checker:
Waiting for Database to become ready... .Database OK ✓
CrashLoopBackOff: back-off 5m0s restarting failed container=keycloak