Skip to content
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

fix(e2e): Error in check crd support script #4930

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

gansheer
Copy link
Contributor

@gansheer gansheer commented Nov 24, 2023

Closes #4929

kubectl and oc CLI answers with different result to explain command:

$"kubectl" explain customresourcedefinitions | grep VERSION | awk '{print $2}'
v1
$ "oc" explain customresourcedefinitions | grep VERSION | awk '{print $2}'
apiextensions.k8s.io/v1

Root cause:

$ kubectl explain customresourcedefinitions
GROUP:      apiextensions.k8s.io
KIND:       CustomResourceDefinition
VERSION:    v1

$ oc explain customresourcedefinitions
KIND:     CustomResourceDefinition
VERSION:  apiextensions.k8s.io/v1

Release Note

fix(e2e): Error in check crd support script

@gansheer
Copy link
Contributor Author

@squakez @oscerd can you launch the falling test again please 🙏 ?

@gansheer
Copy link
Contributor Author

@squakez except for other recurring test failures (the dev mode) that PR is finished on my side

@squakez squakez merged commit 10133e2 into apache:main Nov 28, 2023
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kustomize installation test failing
3 participants