-
Notifications
You must be signed in to change notification settings - Fork 44
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
Add support for image pull secrets for Ray Cluster images #162
Conversation
5019a34
to
15a6085
Compare
201105f
to
e74f6d1
Compare
700d2b6
to
cead100
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
cead100
to
14f7d89
Compare
@VanillaSpoon Looks good! Thanks for the PR. The only comment that I have is that I don't think the *.html files are needed in here. We typically update all the docs at once prior to a new release. |
14f7d89
to
7ba5dc3
Compare
Thanks @MichaelClifford, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on my cluster 👍🏻
One suggestion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
great work @VanillaSpoon 🚀
Fixes #147
This pr adds the configuration to supply zero or more image pull secrets within the pod specification. Enabling access to private image registries.