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

Add ability to create KubernetesCRD from Traefik CE #8

Closed
dtomcej opened this issue Jun 7, 2019 · 2 comments · Fixed by #30
Closed

Add ability to create KubernetesCRD from Traefik CE #8

dtomcej opened this issue Jun 7, 2019 · 2 comments · Fixed by #30

Comments

@dtomcej
Copy link
Contributor

dtomcej commented Jun 7, 2019

We need to be able to CRUD the Traefik CE KubernetesCRDs

@dtomcej
Copy link
Contributor Author

dtomcej commented Jun 7, 2019

There are 3 parts to this:

  1. Register the CRD with k8s (if not already registered):

https://github.com/jinghzhu/KubernetesCRD#register-crd

  1. Create the client that can interact with the CRD:

#12

  1. Create CRD objects based on controller logic:

https://github.com/jinghzhu/KubernetesCRD#main-logic-to-use-crd

@dtomcej
Copy link
Contributor Author

dtomcej commented Jun 10, 2019

Registerring the CRD with k8s will be done via helm to ensure that it is done pre-install

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 a pull request may close this issue.

1 participant