-
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
Allow cluster operator to configure default resolver #5907
Comments
/assign |
In the API WG we discussed the option to add the configuration as a new feature flag The main issue I noticed in the approach is that the
With some investigation, The error is caused by that Knative allows to register the ConfigMap Watcher to watch a single namespace when starting the SharedMain, and it is defaulted to Alternatives are:
They are in the |
Ah, yeah, I hit that problem with I do think we should put the configuration of a default resolver in |
I tend to agree, that feels like a pipeline configuration as opposed to resolver configuration. |
This is something worth investigation (and not sure if we have investigated it before @abayer?), while I don't think this specific FR should not necessarily be "blocked" by it? I agree with the point that this is more like a pipeline default configuration, and putting to the config-defaults.yaml makes more sense to me. |
This commit adds a new TEP: Configure Default Resolver. This commit adds proposal and implementation details to introduce a new field `default-resolver-type` in the ConfigMap to configure the default resolver type in Tekton. The design fulfills the requirement of [feature request #5907][#5907] /kind tep [#5907]: tektoncd/pipeline#5907
This commit adds a new TEP: Configure Default Resolver. This commit adds proposal and implementation details to introduce a new field `default-resolver-type` in the ConfigMap to configure the default resolver type in Tekton. The design fulfills the requirement of [feature request #5907][#5907] /kind tep [#5907]: tektoncd/pipeline#5907
This commit adds a new TEP: Configure Default Resolver. This commit adds proposal and implementation details to introduce a new field `default-resolver-type` in the ConfigMap to configure the default resolver type in Tekton. The design fulfills the requirement of [feature request #5907][#5907] /kind tep [#5907]: tektoncd/pipeline#5907
This commit adds a new TEP: Configure Default Resolver. This commit adds proposal and implementation details to introduce a new field `default-resolver-type` in the ConfigMap to configure the default resolver type in Tekton. The design fulfills the requirement of [feature request #5907][#5907] /kind tep [#5907]: tektoncd/pipeline#5907
This commit adds a new TEP: Configure Default Resolver. This commit adds proposal and implementation details to introduce a new field `default-resolver-type` in the ConfigMap to configure the default resolver type in Tekton. The design fulfills the requirement of [feature request #5907][#5907] /kind tep [#5907]: tektoncd/pipeline#5907
This commit adds a new TEP: Configure Default Resolver. This commit adds proposal and implementation details to introduce a new field `default-resolver-type` in the ConfigMap to configure the default resolver type in Tekton. The design fulfills the requirement of [feature request #5907][#5907] /kind tep [#5907]: tektoncd/pipeline#5907
This commit adds a new TEP: Configure Default Resolver. This commit adds proposal and implementation details to introduce a new field `default-resolver-type` in the ConfigMap to configure the default resolver type in Tekton. The design fulfills the requirement of [feature request #5907][#5907] /kind tep [#5907]: tektoncd/pipeline#5907
This commit adds a new TEP: Configure Default Resolver. This commit adds proposal and implementation details to introduce a new field `default-resolver-type` in the ConfigMap to configure the default resolver type in Tekton. The design fulfills the requirement of [feature request #5907][#5907] /kind tep [#5907]: tektoncd/pipeline#5907
This commit adds a new TEP: Configure Default Resolver. This commit adds proposal and implementation details to introduce a new field `default-resolver-type` in the ConfigMap to configure the default resolver type in Tekton. The design fulfills the requirement of [feature request #5907][#5907] /kind tep [#5907]: tektoncd/pipeline#5907
This feature request is completed, should we close this issue? TEPs:
Implementation PRs: |
/cc @lbernick @xchapter7x |
Please revisit this ... It should not be too difficult to split them. This is still BREAKING when using Kustomize. |
Feature request
Allow cluster operators to configure a default resolver via a configmap. I would imagine default params could be configured in the resolver configmap itself rather than the tekton remote resolution configmap (e.g. how the git resolver allows specifying a default URL).
Use case
All of a company's Tasks and Pipelines are stored in the same git repo and they don't want to have to specify this for every TaskRun and PipelineRun.
The text was updated successfully, but these errors were encountered: