-
Notifications
You must be signed in to change notification settings - Fork 579
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
🌱[e2e] Install CNI using ClusterResourceSet and bump up CAPI to v0.3.9 #1816
Conversation
Rebasing after #1823 should resolve the makefile issues. Intention is to merge after 0.5.5 @sedefsavas |
02e883b
to
6500c0f
Compare
@randomvariable When is the expected date for v0.5.5? |
Very soon. Two PRs left at https://github.com/kubernetes-sigs/cluster-api-provider-aws/milestone/18 |
/hold until CAPI v0.3.9 is released. |
@sedefsavas FYI |
If we can rebase this, and bump CAPI to 0.3.9 in this PR, that'll probably be everything we need. |
caa3b0f
to
14aa56d
Compare
/test pull-cluster-api-provider-aws-e2e |
/test pull-cluster-api-provider-aws-e2e-conformance |
14aa56d
to
5ffaa98
Compare
Changed capa-manager name as clusterctl requires canonical names in v0.3.9 release: kubernetes-sigs/cluster-api-provider-vsphere#1028 |
/test pull-cluster-api-provider-aws-e2e-conformance |
/test pull-cluster-api-provider-aws-e2e |
5ffaa98
to
65bfb07
Compare
/test pull-cluster-api-provider-aws-e2e |
/test pull-cluster-api-provider-aws-e2e-conformance |
/test pull-cluster-api-provider-aws-e2e |
Yes, there is a problem with |
/test pull-cluster-api-provider-aws-e2e |
It was failing during deletion of a cluster, so maybe not a bug, this time it passes. Retesting. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: randomvariable 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 |
What this PR does / why we need it:
This PR installs e2e CNIs using ClusterResourceSet.
This PR should hold until CAPI changes are merged: kubernetes-sigs/cluster-api#3332
Fixes: #1929
/hold