Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImagePullSecrets added in zookeepercluster doesn't work for zookeeper intance pod #593

Open
yaoyao12138 opened this issue Feb 7, 2024 · 0 comments

Comments

@yaoyao12138
Copy link

yaoyao12138 commented Feb 7, 2024

Description

ImagePullSecrets added in zookeepercluster doesn't work for zookeeper intance pod

For zookeeper, I keep getting the zookeeper instance pod image crash due to no imagePullSecrets binding.

# kubectl get pods -n instana-zookeeper
NAME                                  READY   STATUS             RESTARTS   AGE
zookeeper-operator-845f78f4d9-sv8zw   1/1     Running            0          20m
zookeeper-0                           0/1     ImagePullBackOff   0          20m
 # kubectl get po  zookeeper-operator-845f78f4d9-sv8zw -n instana-zookeeper -oyaml|grep imagePullSecrets -A 1
  imagePullSecrets:
  - name: instana-registry
# kubectl get po zookeeper-0 -n instana-zookeeper -oyaml|grep imagePullSecrets
nothing happened…
# kubectl get zookeepercluster -n instana-zookeeper zookeeper -oyaml|grep imagePullSecrets -A 1
    imagePullSecrets:
    - name: instana-registry

But we have configured in zookeepercluster confiugration file as follows refer to this doc and crd shows(checking in the env).

pod:
    imagePullSecrets:
      - name: instana-registry

Importance

Must-have

Location

https://github.com/pravega/zookeeper-operator/tree/master/charts/zookeeper#configuration

pod.imagePullSecrets ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images. []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant