-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 ECR pod specs for kaniko #1700
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
I signed it! |
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
Codecov Report
@@ Coverage Diff @@
## master #1700 +/- ##
==========================================
- Coverage 46.55% 46.53% -0.03%
==========================================
Files 125 125
Lines 5664 5669 +5
==========================================
+ Hits 2637 2638 +1
- Misses 2754 2758 +4
Partials 273 273
Continue to review full report at Codecov.
|
Thank You @azaiter for this PR.
Maybe we should support a configurable way to specify
|
Created a new proposal https://docs.pivotal.io/pivotalcf/2-0/pcf-release-notes/runtime-rn.html#2.0.22 . Please give suggestions/comments |
@venkatk-25 i think the link "https://docs.pivotal.io/pivotalcf/2-0/pcf-release-notes/runtime-rn.html#2.0.22 is incorrect, you meant to post #1892 ? |
Hi @azaiter this PR seems to be stalled for quite some time. Would you like to update it? |
I'm going to close this PR because of the lack of activity. I'm sorry we couldn't get this merged in. Please feel free to reopen, we'll be more that happy to help get this done! |
Sorry, I've been super busy last week. Since @venkatk-25 raised a design proposal based on @tejal29 's suggestion to generalize the approach towards setting env vars and mounting files to Kaniko pod, in addition to #1906 PR that actually does that, I think this PR is no longer the optimal approach unless if you see something that is worth building upon from this PR, in which I'm also more happy to help (time permitting). Thanks! |
This PR adds support for proper ECR pod specs for kaniko. Previously, Kaniko pod template didn't have proper environment variables and volume mounts to have it working properly.
Kinda related issue: #731