-
Notifications
You must be signed in to change notification settings - Fork 197
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
Remove cluster task installersets #2376
base: main
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
32727c8
to
70d230c
Compare
The following is the coverage report on the affected files.
|
70d230c
to
dc05781
Compare
The following is the coverage report on the affected files.
|
dc05781
to
0a7bc2f
Compare
The following is the coverage report on the affected files.
|
0a7bc2f
to
f743fbf
Compare
The following is the coverage report on the affected files.
|
cc @jkandasa |
f743fbf
to
338f7a2
Compare
The following is the coverage report on the affected files.
|
338f7a2
to
c4c7993
Compare
The following is the coverage report on the affected files.
|
c4c7993
to
8234c1b
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
c97c6bb
to
3dd935d
Compare
The following is the coverage report on the affected files.
|
/retest |
3dd935d
to
df7b7dd
Compare
The following is the coverage report on the affected files.
|
df7b7dd
to
c8f03a1
Compare
The following is the coverage report on the affected files.
|
Use below sample format instead of clusterTask
|
cfbb4ab
to
6721d25
Compare
The following is the coverage report on the affected files.
|
Makefile
Outdated
@@ -67,7 +67,7 @@ ifeq ($(TARGET), openshift) | |||
rm -rf ./cmd/$(TARGET)/operator/kodata/manual-approval-gate | |||
rm -rf ./cmd/$(TARGET)/operator/kodata/tekton-pruner | |||
rm -rf ./cmd/$(TARGET)/operator/kodata/tekton-addon/pipelines-as-code | |||
rm -rf ./cmd/$(TARGET)/operator/kodata/tekton-addon/addons/02-clustertasks/source_external/ | |||
rm -rf ./cmd/$(TARGET)/operator/kodata/tekton-addon/addons/02-tasks/source_external/ |
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.
This is probably related to the question that Savita asked in hack/fetch-releases.sh
. I don't understand what this is supposed to contain.
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.
this contains fetched tasks from the catalogs and we should remove this, right @savitaashture ?
@@ -38,7 +38,8 @@ var ( | |||
|
|||
// post upgrade functions | |||
postUpgradeFunctions = []upgradeFunc{ | |||
upgradeStorageVersion, // upgrade #1: performs storage version migration | |||
upgradeStorageVersion, // upgrade #1: performs storage version migration | |||
removeAllClusterTasksInstallerSets, // Remove all cluster tasks installersets |
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.
Do I understand it correctly that after upgrading from 1.16 to 1.17, all clustertasks (even old versioned ones for 1.14 or 1.15) will be removed automatically?
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.
yes, all cluster tasks will be removed automatically
This patch will remove cluster task installersets and also remove the existing cluster task installersets during operator upgrade Signed-off-by: Shiv Verma <[email protected]>
6721d25
to
52848f2
Compare
The following is the coverage report on the affected files.
|
Thanks @savitaashture @PuneetPunamiya @ppitonak @jkhelil for review and I have updated, please take a final review |
/retest |
Changes
This patch will remove cluster task installersets and also
remove the existing cluster task installersets during operator upgrade
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
make test lint
before submitting a PRSee the contribution guide for more details.
Release Notes