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

Migrate to v1 of apiextensions for cni yaml #671

Closed
wants to merge 1 commit into from

Conversation

stack72
Copy link
Contributor

@stack72 stack72 commented Mar 11, 2022

Fixes: #650

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@stack72 stack72 requested review from jaxxstorm and viveklak March 11, 2022 12:59
@github-actions
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@pabardina
Copy link

Really need that one to deploy an EKS 1.22 cluster 👍

@@ -185,7 +185,7 @@ spec:
name: run-dir

---
apiVersion: apiextensions.k8s.io/v1beta1
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: eniconfigs.crd.k8s.amazonaws.com
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The test failures suggest you need to define a schema here.. See an example here: https://github.com/argoproj/argo-helm/pull/605/files

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #683 which includes the latest config from upstream including missing schema from this.

@necaris
Copy link

necaris commented Apr 13, 2022

Does #680 supersede this?

@viveklak
Copy link
Contributor

viveklak commented May 9, 2022

Closed in favor of #693

@viveklak viveklak closed this May 9, 2022
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.

API extensions is now out of beta
6 participants