-
Notifications
You must be signed in to change notification settings - Fork 544
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 package server subscription #942
Remove package server subscription #942
Conversation
/retest |
1 similar comment
/retest |
/test e2e-aws-upgrade |
/test e2e-aws |
/refresh |
/retest |
2 similar comments
/retest |
/retest |
|
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.
Looks good! Just one question:
@@ -9,7 +9,6 @@ spec: | |||
displayName: Package Server | |||
description: Represents an Operator package that is available from a given CatalogSource which will resolve to a ClusterServiceVersion. | |||
minKubeVersion: 1.11.0 | |||
replaces: packageserver.v0.9.0 |
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.
Why remove this?
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.
I updated the init to delete packageserver.v0.9.0
and packageserver.v0.10.0
- so whatever was there before, we're now moving to just having a single packageserver
that we can update.
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.
are there clusters that still have 0.10.1?
/retest |
1 similar comment
/retest |
f03cdcd
to
cad128e
Compare
/retest |
cad128e
to
5fb4811
Compare
/retest |
96dbe5d
to
fd24ed1
Compare
/retest |
2 similar comments
/retest |
/retest |
this has several advantages: - deploy artifacts are simpler - faster install/startup time - simpler integration with CVO - unblocking using kustomize for our release scripts
deployments CVO doesn't delete manifests during upgrades, so we need to clean up after older releases.
fd24ed1
to
bd63c8f
Compare
/retest |
1 similar comment
/retest |
init container is not getting a serviceaccount token mounted for some reason, this sidesteps the issue. previous commit remains in case we can switch back to an init container at some point
bd63c8f
to
38012d8
Compare
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.
Sweet!
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ecordell, njhale The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
1 similar comment
/retest |
This PR includes #931 but also simplifies our deploy manifests by removing the catalog and subscription for package-server.