You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of the operator are you running? Please include the docker tag. If using master, please include the git
SHA logged when the operator first starts.
Version 0.2.0 with Helm charts
What version of Kubernetes are you running? Please include the output of kubectl version.
What are you trying to do?
Operator is installed successfully, but now i'm trying to create a cluster.
My docker registry is private, i need to pull a docker secret for Kubernetes to be able to pull the M3DBNode image as i already do for all others regular pods
What did you expect to happen?
M3DBNode pods to be created
What happened?
I didn't see any way to specify either a specific service account to pull the image or an "ImagePullSecrets" entry in the M3DBCluster API specification. This would be very helpful with private registries.
Right now Kubernetes can't pull the M3DBNode image (status "ImagePullBackOff")
The text was updated successfully, but these errors were encountered:
master
, please include the gitSHA logged when the operator first starts.
Version 0.2.0 with Helm charts
kubectl version
.What are you trying to do?
Operator is installed successfully, but now i'm trying to create a cluster.
My docker registry is private, i need to pull a docker secret for Kubernetes to be able to pull the M3DBNode image as i already do for all others regular pods
What did you expect to happen?
M3DBNode pods to be created
I didn't see any way to specify either a specific service account to pull the image or an "ImagePullSecrets" entry in the M3DBCluster API specification. This would be very helpful with private registries.
Right now Kubernetes can't pull the M3DBNode image (status "ImagePullBackOff")
The text was updated successfully, but these errors were encountered: