Skip to content
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

[Design Proposal] Setting proxy for Kaniko Pod #2064

Merged
merged 7 commits into from
May 16, 2019

Conversation

prary
Copy link
Contributor

@prary prary commented May 3, 2019

HTTP/HTTPs Proxy for kaniko pod while running in labs.

@googlebot
Copy link

So there's good news and bad news.

👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there.

😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request.

Note to project maintainer: This is a terminal state, meaning the cla/google commit status will not change from this state. It's up to you to confirm consent of all the commit author(s), set the cla label to yes (if enabled on your project), and then merge this pull request when appropriate.

ℹ️ Googlers: Go here for more info.

@googlebot googlebot added cla: no and removed cla: yes labels May 7, 2019
@codecov-io
Copy link

codecov-io commented May 7, 2019

Codecov Report

Merging #2064 into master will increase coverage by 0.2%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #2064     +/-   ##
=========================================
+ Coverage   56.06%   56.26%   +0.2%     
=========================================
  Files         179      180      +1     
  Lines        7745     7800     +55     
=========================================
+ Hits         4342     4389     +47     
- Misses       2987     2994      +7     
- Partials      416      417      +1
Impacted Files Coverage Δ
pkg/skaffold/sync/sync.go 70.32% <0%> (-4.06%) ⬇️
pkg/skaffold/schema/validation/validation.go 96.87% <0%> (-3.13%) ⬇️
pkg/skaffold/build/custom/dependencies.go 75% <0%> (-2.78%) ⬇️
pkg/skaffold/deploy/kustomize.go 77.01% <0%> (-0.9%) ⬇️
pkg/skaffold/util/tar.go 35.71% <0%> (-0.44%) ⬇️
pkg/skaffold/docker/image_util.go 0% <0%> (ø) ⬆️
pkg/skaffold/kubernetes/wait.go 0% <0%> (ø) ⬆️
pkg/skaffold/config/options.go 90.47% <0%> (ø) ⬆️
pkg/skaffold/runner/labeller.go 100% <0%> (ø)
pkg/skaffold/deploy/helm.go 62.55% <0%> (+0.15%) ⬆️
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2e65f9e...c35f637. Read the comment docs.

@prary prary changed the title Setting proxy for Kaniko Pod [Design Proposal] Setting proxy for Kaniko Pod May 7, 2019
http_proxy string `yaml:"http_proxy,omitempty"`

// https_proxy
https_proxy string `yaml:"http_proxys,omitempty"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi @prary, are https_proxy and http_proxys the new config values?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding these 2 fields is not a big issue. I think the team is ok with it!
Would you be able to submit a PR?

Copy link
Contributor Author

@prary prary May 15, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I will make the changes and raise a PR for the same

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any deadline to raise PR?

http_proxy string `yaml:"http_proxy,omitempty"`

// https_proxy
https_proxy string `yaml:"http_proxys,omitempty"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding these 2 fields is not a big issue. I think the team is ok with it!
Would you be able to submit a PR?

@tejal29
Copy link
Contributor

tejal29 commented May 15, 2019

No there is no such deadline!

@tejal29 tejal29 added cla: yes and removed cla: no labels May 15, 2019
@googlebot
Copy link

A Googler has manually verified that the CLAs look good.

(Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.)

ℹ️ Googlers: Go here for more info.

@tejal29 tejal29 added the kokoro:run runs the kokoro jobs on a PR label May 15, 2019
@kokoro-team kokoro-team removed the kokoro:run runs the kokoro jobs on a PR label May 15, 2019
@tejal29 tejal29 merged commit 17f7009 into GoogleContainerTools:master May 16, 2019
@prary prary mentioned this pull request Jun 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants