-
Notifications
You must be signed in to change notification settings - Fork 771
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
Allow specifying imagePullSecret #897
Comments
In fact, instead or in addition to "template-supported conversions", if the helm chart conversion template had a number of |
The issue with the case you linked is that the code tries doing something like I think pod |
Does this mean we cannot pull from external private registries right now? |
You can't pull from an private registry if you would need to authenticate from the node to pull an image. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Hi, |
@ysle In kubernetes, you can create a secret for you private registry and add it to the default serviceaccount ( in the same namespace). After this ,kubernetes will pull the image for you. Check the doc: https://kubernetes.io/docs/concepts/configuration/secret/#arranging-for-imagepullsecrets-to-be-automatically-attached |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/reopen |
@jankal: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@Code0x58 anything new on this? |
I haven't kept up with the development of Kompose for months, but as I left it hangyan's comment was the best existing solution, but a Kompose fix would have been easy by doing something like #896 to add another label to provide |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hi there,
How would one go about providing the
imagePullSecret
key to adeployment
?This could possibly help with #893 ? This might also be part of a broader discussion about "template-supported conversions", which would allow to make custom changes to the conversion outputs...
Cheers,
Jun
The text was updated successfully, but these errors were encountered: