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 CRD Controller to Mesh Controller #12

Merged
merged 2 commits into from
Jun 11, 2019
Merged

Add CRD Controller to Mesh Controller #12

merged 2 commits into from
Jun 11, 2019

Conversation

dtomcej
Copy link
Contributor

@dtomcej dtomcej commented Jun 7, 2019

This PR allows for the monitoring of IngressRoute objects using the traefik API, and allowing for CRD compatible clients for CRUD operations.

@dtomcej
Copy link
Contributor Author

dtomcej commented Jun 7, 2019

This PR also extends the kubectl client logic to automatically pull from:

-> kubeconfig
-> In cluster config
-> External cluster config

@dtomcej
Copy link
Contributor Author

dtomcej commented Jun 10, 2019

CRD registration will be via the helm chart, and will not require creation via code at this time.

change vscode gitignore

go mod vendor

add informer controller

fix commit

fix mod
@mmatur
Copy link
Member

mmatur commented Jun 11, 2019

In simply kube client creation.

If you want to use an external cluster config you have to use this command for xample

./dist/i3o --master https://localhost:6443 --kubeconfig=/tmp/k3s-output/kubeconfig.yaml --debug

For an in cluster config this command

./dist/i3o --debug

Copy link
Member

@mmatur mmatur left a comment

Choose a reason for hiding this comment

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

LGTM

@mmatur mmatur merged commit eabf026 into traefik:master Jun 11, 2019
@mmatur mmatur deleted the issue-8 branch June 11, 2019 07:58
@mmatur mmatur added this to the v0.1.0 milestone Sep 3, 2019
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