-
Notifications
You must be signed in to change notification settings - Fork 101
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
Update DNSEndpoint CRD #360
Conversation
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.
Please link the upstream PR.
Shouldn't we update external-dns before crd version bump?
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.
lgtm, just a small question
@ytsarev this is unrelated to external-dns version. There are no changes to the object itself, what changed is a representation of an object to kubernetes API |
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.
see terratest
Error: CustomResourceDefinition.apiextensions.k8s.io "dnsendpoints.externaldns.k8s.io" is invalid: metadata.annotations[api-approved.kubernetes.io]: Required value: protected groups must have approval annotation "api-approved.kubernetes.io", see https://github.com/kubernetes/enhancements/pull/1111
Just a question: all fields in CRD are optional. Is it ok ? |
Sent upstream for approval kubernetes-sigs/external-dns#2007 |
Sync DNSEndpoint CRD from upstream where it was updated to apiextentions.k8s.io/v1 kubernetes-sigs/external-dns#2001 Signed-off-by: Dinar Valeev <[email protected]>
Upstream finally got merged, updated PR with new annotated CRD |
Sync DNSEndpoint CRD from upstream where it was updated to
apiextentions.k8s.io/v1
kubernetes-sigs/external-dns#2001
Signed-off-by: Dinar Valeev [email protected]