-
Notifications
You must be signed in to change notification settings - Fork 232
Option to disable community tasks #658
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
Conversation
|
The following is the coverage report on the affected files.
|
655e33b to
36a9291
Compare
|
The following is the coverage report on the affected files.
|
36a9291 to
f1c3383
Compare
|
The following is the coverage report on the affected files.
|
f1c3383 to
4ac2748
Compare
|
The following is the coverage report on the affected files.
|
4ac2748 to
ab8594f
Compare
|
The following is the coverage report on the affected files.
|
ab8594f to
268a60b
Compare
|
The following is the coverage report on the affected files.
|
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nikhil-thomas The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
✅ lgtm |
|
cc: @sm43 |
this adds an option to disable installaion of community cluster tasks. If community task fetch urls are not reachable, it retries after 15 minutes of fixed time. This helps to reduce error logs. Signed-off-by: Pradeep Kumar <pradkuma@redhat.com>
| @@ -0,0 +1,146 @@ | |||
| package tektonaddon | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: license
268a60b to
8597c76
Compare
|
/lgtm |
|
The following is the coverage report on the affected files.
|
|
/test pull-tekton-operator-integration-tests |
4 similar comments
|
/test pull-tekton-operator-integration-tests |
|
/test pull-tekton-operator-integration-tests |
|
/test pull-tekton-operator-integration-tests |
|
/test pull-tekton-operator-integration-tests |
this adds an option to disable installaion of
community cluster tasks.
If community task fetch urls are not reachable, it retries
after 15 minutes of fixed time.
This helps to reduce error logs.
Signed-off-by: Pradeep Kumar pradkuma@redhat.com
Changes
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
See the contribution guide for more details.
Release Notes
Our communitytasks are tasks maintained in tektoncd/catalog, and when the user is in air-gapped
environment the urls's to fetch them are un-reachable. This leads to huge forbidden error logs.
With this pr user gets an option to disable community tasks from getting installed.
Also if the community tasks are not disabled, and the urls are not reachable. After first error operator
do not try to fetch the urls for 15 minutes.
By default community tasks installation is enabled.
communityClusterTasks: trueNote: community tasks cannot be true if clustertasks is false.