-
Notifications
You must be signed in to change notification settings - Fork 54
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
(vendor) k8s + catalogd bump #475
Conversation
7664125
to
4801c9a
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.
Aside from the lint warning this looks good to me
Heads up, I think the I'm investigating. Edit: It looks like some of the failures across our PRs were due to golang/go#63684 and I no longer see issues in other PRs. So it might be related to this PR after all? |
1b801f5
to
efa84d8
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.
Needs a go.mod conflict resolution, but looks good to me otherwise.
Correction: |
6dc5483
to
645f15f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #475 +/- ##
=======================================
Coverage 83.69% 83.69%
=======================================
Files 23 23
Lines 877 877
=======================================
Hits 734 734
Misses 97 97
Partials 46 46
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
af4dfb7
to
cf58cf7
Compare
cf58cf7
to
c6215a2
Compare
Signed-off-by: Anik Bhattacharjee <[email protected]> stand up registry for e2e Signed-off-by: Anik Bhattacharjee <[email protected]>
and update the operator-framework-e2e test to use an on-cluster image registry and build+push the test catalog to it Signed-off-by: Bryce Palmer <[email protected]>
c6215a2
to
70bf85c
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.
I went through about half of it. So far noticed only a minor thing.
@@ -18,31 +18,35 @@ The following environment variables are required for configuring this script: | |||
setup.sh also takes 5 arguments. | |||
|
|||
Usage: | |||
setup.sh [OPERATOR_SDK] [CONTAINER_RUNTIME] [KUSTOMIZE] [KIND] [KIND_CLUSTER_NAME] | |||
setup.sh [OPERATOR_SDK] [CONTAINER_RUNTIME] [KUSTOMIZE] [KIND] [KIND_CLUSTER_NAME] [NAMESPACE] |
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.
It looks like help text above needs to be updated.
Also - do we want to have a check for non-empty namespace? Similar to CATALOG_IMG
, REG_PKG_NAME
, etc?
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.
Ah, does look like I forgot to increase the argument count there. I think it could be helpful to check for a non-empty namespace but I think requiring it to be an argument alleviates the need for that. You'd have to explicitly make it an empty value
Description
Reviewer Checklist