-
Notifications
You must be signed in to change notification settings - Fork 584
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
⚠️ Generate v1alpha4 types #2121
Conversation
6d2451e
to
e28485d
Compare
TODO: |
e28485d
to
deabda0
Compare
a1d2007
to
f044b20
Compare
/test pull-cluster-api-provider-aws-e2e |
f5b7964
to
cbe18c4
Compare
/test pull-cluster-api-provider-aws-e2e |
This PR is ready for review now. Since new PRs may require significant change in this api creation, hoping to merge this to master soon. For example, even bumping controller-runtime from v0.7.0-alpha.5 to v0.7.0-alpha.8 required bunch of changes. e2e tests are failing because CAPI does not have a release with v1alpha4 types yet (there is a plan to release one this week, will update the e2e-conf.yaml accordingly after that).
Couldn't find how to solve this yet. |
Great, will take a look in the morning. |
cbe18c4
to
19c62ad
Compare
/test pull-cluster-api-provider-aws-e2e-eks |
/test pull-cluster-api-provider-aws-e2e-eks One of the problems, eks test were not passing was e2e clean-up: in e2e tests, we need to use cluster-api |
/test pull-cluster-api-provider-aws-e2e |
/override pull-cluster-api-provider-aws-build-release-0-6 |
@randomvariable: Overrode contexts on behalf of randomvariable: pull-cluster-api-provider-aws-build-release-0-6 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. |
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 last commit looks good to me so:
/lgtm
/override pull-cluster-api-provider-aws-build-release-0-6 |
@randomvariable: Overrode contexts on behalf of randomvariable: pull-cluster-api-provider-aws-build-release-0-6 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. |
/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 |
After kubernetes-sigs#2121 webhooks are enable by default.
/kind api-change
What this PR does / why we need it:
There are many changes we want to add in v1alpha4 but the purpose of this PR is just to open the main branch to v1alpha4 changes, we can start merging all the changes for v1alpha4 after that.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #1969, #2076
Release note: