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

Use apiextensions.k8s.io/v1 instead of apiextensions.k8s.io/v1beta1 #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ElvinEfendi
Copy link

@ElvinEfendi ElvinEfendi commented Oct 30, 2022

When trying to get started with the repository I noticed to issues:

  1. CRD was not getting installed as part of make run. I changed make run to address this.
  2. Creation of generated CRD manifest was failing with error: resource mapping not found for name: "externalservices.egress.monzo.com" namespace: "" from "STDIN": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1". This is because that API has been dropped since k8s 1.22. I'm not sure if you want to keep supporting older version, but thought I'd still make the suggestion. In this PR, I'm switching to v1 from v1beta1.

After these changes, make run successfully starts the controller.

to produced Service objects CoreDNS can watch this label and decide
to rewrite DnsName -> clusterIP'
type: boolean
ipOverride:
Copy link

Choose a reason for hiding this comment

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

This is not reflected in the README

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.

None yet

2 participants