client-go
client-go copied to clipboard
Support loadbalancing endpoints
Looks like in https://github.com/kubernetes/kubernetes/issues/18174 theres alot of churn around the fact that we cant loadbalance APIServers for client-go.
Can we support this ? i.e.
change
type Config struct {
Host string
to something like this?
type Config struct {
// for backward compatibility
Host string
// Hosts must be an array of host strings, a host:port pair, or a URL to the base of the apiserver.
Hosts []string
/good-first-issue
Hi!
I'd like to work on this :smile:
/assign
@MadhavJivrajani i guess the first step might be to see if you can hack it together, and then figure out who owns client-go and what SIG you need to go to to talk about this , and wether a KEP is needed to follow up
thanks
https://github.com/kubernetes/kubernetes/issues/18174#issuecomment-821991466 /remove-good-first-issue /sig api-machinery
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.
This bot triages issues and PRs according to the following rules:
- After 90d of inactivity,
lifecycle/staleis applied - After 30d of inactivity since
lifecycle/stalewas applied,lifecycle/rottenis applied - After 30d of inactivity since
lifecycle/rottenwas applied, the issue is closed
You can:
- Mark this issue or PR as fresh with
/remove-lifecycle stale - Mark this issue or PR as rotten with
/lifecycle rotten - Close this issue or PR with
/close - Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages issues and PRs according to the following rules:
- After 90d of inactivity,
lifecycle/staleis applied - After 30d of inactivity since
lifecycle/stalewas applied,lifecycle/rottenis applied - After 30d of inactivity since
lifecycle/rottenwas applied, the issue is closed
You can:
- Mark this issue or PR as fresh with
/remove-lifecycle rotten - Close this issue or PR with
/close - Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
/remove-help
/remove-lifecycle rotten /lifecycle frozen
https://github.com/kubernetes/kubernetes/issues/18174#issuecomment-1218046238
There are no plans to address this.
/close
@enj: Closing this issue.
In response to this:
https://github.com/kubernetes/kubernetes/issues/18174#issuecomment-1218046238
There are no plans to address this.
/close
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.