-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Proxy support for Pipeline *and* tasks #3090
Comments
/assign |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
/remove-lifecycle stale |
Note we have a start to a TEP about this in tektoncd/community#232 |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
@tekton-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. |
Feature request
This is probably worth splitting into two issues, but here goes.
As an admin, I want the tekton controllers installed to use users network proxy settings defined for the platform so that both the tekton controllers as well as the Task or Pipeline steps / user workloads can access images, git repos, etc through our organizations proxy and with custom certificates.
Why is this important?
To enable customer installs of the tekton to have network communications using the to use global proxy settings
Note: this is only for
tektoncd/pipeline
but it does affect other components (tektoncd/triggers
, …). It also, most likely, need to be a TEP I guess./cc @sbose78 @afrittoli @bobcatfish
Use case
A user sets up tekton in a cluster that uses a global proxy for network communications. It should work : aka tasks should be able to communicate with the outside world through the proxy (if what is in the tasks supports that of course), the different tekton components should go through the proxy too when doing network query ; for
tektoncd/pipeline
, it might be when querying the oci registry for the image config, …Parts
There is actually few parts for that issue :
tektoncd/pipeline
code (cmd/controller
,cmd/webhook
, …)The text was updated successfully, but these errors were encountered: