Fix e2e tests to work with CAPZ#607
Conversation
|
/test pull-cloud-provider-azure-e2e-ccm-capz |
4370252 to
d0ce9f7
Compare
|
/test pull-cloud-provider-azure-e2e-ccm-capz |
5 similar comments
|
/test pull-cloud-provider-azure-e2e-ccm-capz |
|
/test pull-cloud-provider-azure-e2e-ccm-capz |
|
/test pull-cloud-provider-azure-e2e-ccm-capz |
|
/test pull-cloud-provider-azure-e2e-ccm-capz |
|
/test pull-cloud-provider-azure-e2e-ccm-capz |
|
/retest |
|
/test pull-cloud-provider-azure-e2e-ccm-capz |
3 similar comments
|
/test pull-cloud-provider-azure-e2e-ccm-capz |
|
/test pull-cloud-provider-azure-e2e-ccm-capz |
|
/test pull-cloud-provider-azure-e2e-ccm-capz |
|
/test pull-cloud-provider-azure-e2e-ccm-capz |
1 similar comment
|
/test pull-cloud-provider-azure-e2e-ccm-capz |
|
/retest |
|
/test pull-cloud-provider-azure-e2e-ccm-capz |
13ced57 to
8bfbc40
Compare
|
/test pull-cloud-provider-azure-e2e-ccm-capz |
|
/test pull-cloud-provider-azure-e2e-ccm-capz success 2/2 |
|
/lgtm |
feiskyer
left a comment
There was a problem hiding this comment.
Thanks for making it works now.
/lgtm
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CecileRobertMichon, feiskyer The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/cherrypick release-1.0 |
|
@MartinForReal: #607 failed to apply on top of branch "release-1.0": DetailsIn 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. |
|
/cherrypick release-0.7 |
|
@MartinForReal: #607 failed to apply on top of branch "release-0.7": DetailsIn 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. |
⚠ bump to kubernetes 1.22.1, remove support for legacy v1beta1 CRDs and webhooks
* crd: allow specifying spec.preserveUnknownFields Reinstate crd:preserveUnknownFields option removed by kubernetes-sigs#607 to allow specifying the value of deprecated spec.preserveUnknownFields CRD field. This is useful for updating CRDs that were automatically converted from v1beta1 version which had true as a default value and resulted in: ``` $ kubectl get crd foo.bar -o yaml | grep preserveUnknownFields preserveUnknownFields: true message: 'spec.preserveUnknownFields: Invalid value: true: must be false' ``` For kubernetes-sigs#476 * crd: rename marker to DeprecatedV1beta1CompatibilityPreserveUnknownFields
What type of PR is this?
What this PR does / why we need it: Made some changes to get the CCM test suite to pass with a CAPZ built clusters. Tested using the
pull-cloud-provider-azure-e2e-ccm-capzjob.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note: