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 k8s to kubernetes/client-go #678

Closed
emilevauge opened this issue Sep 15, 2016 · 4 comments
Closed

Migrate k8s to kubernetes/client-go #678

emilevauge opened this issue Sep 15, 2016 · 4 comments

Comments

@emilevauge
Copy link
Member

The official k8s go client has now its own repository and seems a lot more useful than the old one (kubernetes/kubernetes#11606): https://github.com/kubernetes/client-go
It's time to migrate :)

@emilevauge emilevauge changed the title Migrate k8S to kubernetes/client-go Migrate k8s to kubernetes/client-go Sep 15, 2016
@ekozan
Copy link

ekozan commented Sep 26, 2016

the size of the client still ugly :/

@jsravn
Copy link

jsravn commented Feb 21, 2017

It's large, but handles all known failure cases with the apiserver. I'm not sure traefik's client is correct in this regard. Also, it uses protobuf now which is more efficient than the old json objects (which use of causes memory problems in the apiserver).

@jsravn
Copy link

jsravn commented Feb 21, 2017

Ah I see this is a duplicate of an issue that covers many more of the problems, ignore me :)

@errm
Copy link
Contributor

errm commented Feb 21, 2017

This should have been closed when #836 was merged

@errm errm closed this as completed Feb 21, 2017
@traefik traefik locked and limited conversation to collaborators Sep 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants