-
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
Add kompose.image-pull-secret #1031
Conversation
I think it's not the best solution. Even though we support imagePullSecrets in kompose, there still need a Secret to exist first. If the user can simple add the secrets to the default serviceaccount, we don't need to support this at all. |
Hi @hangyan. Can you point-out further info imagePullSecrets support in kompose? I couldn't find this feature supported somewhere in the code. |
I'm not opposed nor am I accepting of this. It's a tough decision. In one case, we support imagePullSecrets but we dont support secrets. The other case is the fact that this is a good intermediary step.. In my opinion, I believe we should delay this PR until #296 is completed. Kompose is meant to transition people whom are complete noobies to Kubernetes. Adding a label that supports image-pull-secrets but not explaining that you have to add secrets before hand isn't very Kompose-like. @hangyan is right. The label can be completed instead by fully supporting secrets, rather than using an intermediary label. I'd suggest that we come back to this after #296 is completed and see if it's still applicable to merge. |
OK! Having imagePullSecrets functionality upstream would be great. Thanks both! |
Hey @mikesimos does your PR here: #1040 override / close this one? |
Closing as #1040 overrides this. Thanks! |
fixes #897