[BUG] - Nebari deployment fails setup keycloak service #2163
Labels
area: dependencies 📦
All things dependencies
type: bug 🐛
Something isn't working
type: release 🏷
Items related to Nebari releases
Milestone
Describe the bug
Nebari pod fails to start because of error:
Looking into pod:
Logs of
initialize-spi-metrics-jar
:Expected behavior
Deployment should finish successfully.
OS and architecture in which you are running Nebari
AWS
How to Reproduce the problem?
Config used (with secrets and domains removed)
Command output
Versions and dependencies used.
nebari_version: 2023.11.2.dev1+gb0c451d1
Compute environment
AWS
Integrations
Keycloak
Anything else?
The issue happens at line:
For some reason, this request is insecure and gets rejected.
Now, we are using an old and unsupported version of busybox:
1.31
(line)All the currently supported tags for BusyBox can be found at:
https://hub.docker.com/_/busybox
Upgrading the version of BusyBox to
1.36.1
fixes this issue.The text was updated successfully, but these errors were encountered: