-
Notifications
You must be signed in to change notification settings - Fork 407
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
[feature request] yurtadm join option to specify secret for private registry #1294
Comments
Implementation Consideration
|
off topic from this feature request, but |
I think this requirement is necessary, we need to add a |
yeah, i mean it is not hard-requirement right away, but better to have this option. |
Maybe we should set the default value image version of |
@fujitatomoya @YTGhost As we have discussed in the issue #1079 , a new CRD named The above features will be released in OpenYurt v1.3, and based on these features, users can define the YurtHub StaticPod template as their requirements. i think these features can satisfy the requirements of @fujitatomoya . |
@rambohe-ch thanks for the information, that looks good to me. I would do review to see the details, appreciate the contribution and feature enhancement! |
having AFAIU, user still needs to issue
|
@fujitatomoya sorry, my response had confused you, and i had made a mistake that static pod can not support but i think and for private registry, i suggested that user should configure the runtime to support it. like $HOME/.docker/config.json for docker runtime. |
yeah, agree. I believe that
it is doable, setting the appropriate secret for private registry to container runtime address this issue. i think this needs to be well-documented since user might meet the same situation like |
@fujitatomoya I will add the solution of using private registry for YurtHub component(static pod) in faq doc. /assign @rambohe-ch |
@fujitatomoya I have updated yurthub faq doc, and added a item: 【12. How to use the yurthub image of the private image registry】 @fujitatomoya please have a check whether your problem has been solved or not, if so, please close this issue. |
|
What would you like to be added:
--registry-secret
option to specify secret to be filled in/etc/kubernetes/manifests/yurthub.yaml
so that Kuberenetes can pull the image from private registry with this secret.Why is this needed:
It is likely that user want to guarantee all the container images controlled by them self for production phase from their own registry.
Currently we can only specify the registry but secret. This does not allow the user to pull the image from secured private registry.
others
/kind feature
The text was updated successfully, but these errors were encountered: