-
Notifications
You must be signed in to change notification settings - Fork 67
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jichenjc 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 |
/test pull-cluster-api-provider-nested-test |
weird , my local test success .. |
/retest |
By the way, will this cause compatibility problem for old K8S version? When is the CRD API version promoted to v1? |
@jichenjc: 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. |
This could be a version difference w/ envtest and the binaries that are used to validate. @Fei-Guo 1.22 - https://kubernetes.io/docs/reference/using-api/deprecation-guide/#customresourcedefinition-v122 |
yeah, 1.22
my local test succeed
|
/hold my bad, I run test only on nested folder, not on virtual cluster folder |
FYI, use latest k8s cluster has problem so this is something need to be fixed before 1.22 GA |
@jichenjc are you still trying to get this fixed up? |
yes, still working on , if any comment/help can be provided that will be helpful |
Sounds good, I'll try to take a look Tuesday if you haven't figured it out. Something that might help is #131 to help remove some of the CRDs now that we have the CAPN provisioner we might be able to wholly shift to CAPN and remove the |
I narrowed down to here clusterVersion created here returns empty when Get function called, means this object not created successfully
|
I think it's due to I manually updated this file, it should be regenerated though |
I gave up ..after fixed above issue , saw another one .. no idea what it happened though the code looks fine
|
What this PR does / why we need it:
make CRD become v1 of virtualcluster/config/crd/tenancy.x-k8s.io_clusterversions.yaml
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 #