Ask Your Question
2

Why do the images bats/bats:v1.4.1 and curlimages/curl:7.73.0, which are included in the Grafana Helm chart, not appear in the list when I describe the pod?

asked 2023-04-29 21:03:00 +0000

scrum gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-04-29 21:29:02 +0000

lalupa gravatar image

The images bats/bats:v1.4.1 and curlimages/curl:7.73.0 are likely included as init containers in the Grafana Helm chart. Init containers run before the main container in a pod, and are used for tasks such as preparing data or configuring environment variables.

When you describe a pod, the init containers are not included in the list of containers since they already completed their tasks and exit, and are not actively running along with the main container. To view the init containers, you can use the command kubectl describe pod [pod name] and look for the Init Containers section in the output.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-04-29 21:03:00 +0000

Seen: 8 times

Last updated: Apr 29 '23