openshift-labs / learn-katacoda

The OpenShift learning portal, powered by Katacoda
https://learn.openshift.com
159 stars 266 forks source link

Helm 3: Nginx container failure #1306

Open mamurak opened 3 years ago

mamurak commented 3 years ago

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 210922_helm3