We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Must-have
https://github.com/pravega/zookeeper-operator/tree/master/charts/zookeeper#configuration
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
But we have configured in zookeepercluster confiugration file as follows refer to this doc and crd shows(checking in the env).
Importance
Must-have
Location
https://github.com/pravega/zookeeper-operator/tree/master/charts/zookeeper#configuration
The text was updated successfully, but these errors were encountered: