-
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
Add v1beta1 APIs support in CAPA #2803
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Shivani, this PR needs to be massively rebased, it has 34 commits including from other PRs? |
/test ? |
@shivi28: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
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. |
/test pull-cluster-api-provider-aws-e2e-eks |
@@ -42,7 +42,7 @@ providers: | |||
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.4.1/core-components.yaml" | |||
type: "url" | |||
files: | |||
- sourcePath: "./shared/v1alpha4/metadata.yaml" | |||
- sourcePath: "./shared/v1beta1/metadata.yaml" |
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 file doesn't exist. Needs to be copied from https://github.com/kubernetes-sigs/cluster-api/blob/main/metadata.yaml
@@ -65,7 +65,7 @@ providers: | |||
- name: kubeadm | |||
type: BootstrapProvider | |||
files: | |||
- sourcePath: "./shared/v1alpha4/metadata.yaml" | |||
- sourcePath: "./shared/v1beta1/metadata.yaml" |
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.
All the CAPI components need updating to v1.0.0-rc.0 if we want e2e tests to work.
Hold on this one @shivi28 . I'll get some other bits and pieces in and test them all together. |
@shivi28: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. |
@shivi28: PR needs rebase. 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. |
Closing this out in favour of #2820 that includes this PR. /close |
@randomvariable: Closed this PR. 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 type of PR is this?
/kind bug
What this PR does / why we need it:
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 #2792
Special notes for your reviewer:
Checklist:
Release note: