feat (Tekton Scheduler) : Onboard Tekton Scheduler to operator#2934
feat (Tekton Scheduler) : Onboard Tekton Scheduler to operator#2934tekton-robot merged 1 commit intotektoncd:mainfrom
Conversation
9fe4a90 to
7fc9bda
Compare
7de5137 to
bd9f28a
Compare
4c1a7c9 to
78bb4d4
Compare
981a8b6 to
d12ef8f
Compare
aa0f7a6 to
2343f78
Compare
2343f78 to
cb5e579
Compare
cb5e579 to
562a12a
Compare
cfa0d55 to
149d551
Compare
|
/retest |
bdf5304 to
39467c2
Compare
7de3490 to
bb6c59d
Compare
bb6c59d to
e2f6c2b
Compare
e2f6c2b to
40ad874
Compare
a4bbf4c to
7dee5fd
Compare
d092a75 to
6dcfacb
Compare
|
@pramodbindal Please add the description for the change
Thank you |
|
@pramodbindal can we also add a document on what pre-requisite required for the scheduler to be enabled |
| package scheduler | ||
|
|
||
| // | ||
| //import ( |
There was a problem hiding this comment.
Any reason why testss are commented out here ?
We need to add these tests
|
@pramodbindal Can we add e2e tests under /test dir |
This will require complete multi-cluster setup. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jkhelil 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 |
|
/kind feature |
|
@pramodbindal please add release notes |
|
@pramodbindal please add info for docs/TektonConfig.md and also please create docs/TektonScheduler.md where we can mention prerequiste steps and other information regarding this |
|
can you please also validate if upgrade is working fine both on kubernetes and openshift? |
Added |
Yes it validated |
Signed-off-by: Pramod Bindal <prbindal@redhat.com> Feat:Onboard Tekton-Kueue Fix: change go package in tektonpruner Fix: change go package in tektonpruner Add Entry in CSV template
|
/lgtm |
Changes
Onboarding Tekton Scheduler to operator.
Tekton Scheduler enables the pipeline scheduling on Single or multi cluster environment. But default this feature remains disabled.
This feature is dependent on upstream Kueue so that must be installed first before scheduler can be enabled. It also uses cert-manager so that also must be installed before head.
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
make test lintbefore submitting a PRSee the contribution guide for more details.
Release Notes