learn-katacoda
learn-katacoda copied to clipboard
Helm 3: Nginx container failure
In which scenario did this bug occur?
Getting Started with Helm 3 on OpenShift
At what step of the scenario did this happen?
Step 2: Create your first Helm Chart
Describe the bug
The scenario instructs the user to install a customized Helm chart based on the bitnami/nginx:latest
container image. However, the pod fails to deploy successfully.
Logs or error messages
The container logs indicate that Nginx starts successfully. However, this event message reoccurs:
Readiness probe failed: Get "http://10.217.0.75:80/": dial tcp 10.217.0.75:80: connect: connection refused
Screenshots