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

Image Pull Secrets #159

Closed
araigneeman opened this issue Jul 1, 2019 · 2 comments · Fixed by #160
Closed

Image Pull Secrets #159

araigneeman opened this issue Jul 1, 2019 · 2 comments · Fixed by #160

Comments

@araigneeman
Copy link

  • 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.
Client Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.2", GitCommit:"cff46ab41ff0bb44d8584413b598ad8360ec1def", GitTreeState:"clean", BuildDate:"2019-01-10T23:35:51Z", GoVersion:"go1.11.4", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.2", GitCommit:"cff46ab41ff0bb44d8584413b598ad8360ec1def", GitTreeState:"clean", BuildDate:"2019-01-10T23:28:14Z", GoVersion:"go1.11.4", Compiler:"gc", Platform:"linux/amd64"}
  • 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")

@araigneeman
Copy link
Author

I defined a pull policy on the default SA it works but it would still be a good idea to add those options on the M3DBCluster specification

@schallert
Copy link
Collaborator

This seems reasonable, will take a look!

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

Successfully merging a pull request may close this issue.

2 participants