-
Notifications
You must be signed in to change notification settings - Fork 328
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
Retrieve CAPI/CAPA from release image #1826
Conversation
hypershift-operator/controllers/hostedcluster/internal/platform/aws/aws.go
Outdated
Show resolved
Hide resolved
hypershift-operator/controllers/hostedcluster/internal/platform/aws/aws.go
Outdated
Show resolved
Hide resolved
hypershift-operator/controllers/nodepool/nodepool_controller.go
Outdated
Show resolved
Hide resolved
838bc4a
to
29ffc5c
Compare
✅ Deploy Preview for hypershift-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
5a585ce
to
e3a7763
Compare
This change is causing a huge number of GETs from the hypershift-operator
|
@sjenning I think this might be due to the change I made in order to delete the AWS machine sets. I'll try reworking that and see if that resolves the problem. |
38482fa
to
33c6567
Compare
hypershift-operator/controllers/nodepool/nodepool_controller.go
Outdated
Show resolved
Hide resolved
hypershift-operator/controllers/nodepool/nodepool_controller.go
Outdated
Show resolved
Hide resolved
c369ec7
to
a1bbfc9
Compare
@bryan-cox let's move forward with and ship this:
Can you share logs from capa you are having when trying to delete the secret before the awsMachine? Let's address #1826 (comment) Orthogonally kubernetes-sigs/cluster-api-provider-aws#3805 |
75e7e00
to
b66ca53
Compare
Ok I think I've addressed #1826 (comment) I included a snippet of the error log messages in here |
3de0646
to
bd0afe1
Compare
hypershift-operator/controllers/hostedcluster/hostedcluster_webhook_test.go
Show resolved
Hide resolved
hypershift-operator/controllers/nodepool/nodepool_controller.go
Outdated
Show resolved
Hide resolved
6cf036b
to
f00eefd
Compare
/test e2e-aws |
2 similar comments
/test e2e-aws |
/test e2e-aws |
This seems to be failing consistently @bryan-cox, did you have the chance to test it? |
/test e2e-aws |
9768c2f
to
61e9eda
Compare
/test e2e-aws |
This PR keeps failing leaking resources, have you seen it working locally? hypershift/test/e2e/util/fixture.go Line 290 in 9878207
If that still fails then failure is legit. |
381e8a0
to
0da1c49
Compare
Retrieves the CAPI and CAPA image components from the release image rather than registry.ci.openshift.org/hypershift/cluster-api:v1.0.0 and registry.ci.openshift.org/hypershift/cluster-api-aws-controller:v1.1.0 respectively
85eba83
to
54c2b2f
Compare
2b051e2
to
78fa5c3
Compare
/lgtm |
/test e2e-aws |
@bryan-cox: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
The job that tests ocm-2.6 (ocp 4.11) is still trying to use registry.ci.openshift.org/hypershift/cluster-api:v1.0.0. |
@eranco74: #1826 failed to apply on top of branch "release-4.11":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What this PR does / why we need it:
Retrieves the CAPI and CAPA image components from the release image rather than registry.ci.openshift.org/hypershift/cluster-api:v1.0.0 and registry.ci.openshift.org/hypershift/cluster-api-aws-controller:v1.1.0 respectively
Which issue(s) this PR fixes:
Fixes HOSTEDCP-577
Checklist