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

Enable federation apiserver connect to external etcd #50737

Closed
gyliu513 opened this issue Aug 16, 2017 · 5 comments
Closed

Enable federation apiserver connect to external etcd #50737

gyliu513 opened this issue Aug 16, 2017 · 5 comments
Assignees
Labels
area/federation kind/feature Categorizes issue or PR as related to a new feature. priority/backlog Higher priority than priority/awaiting-more-evidence. sig/multicluster Categorizes an issue or PR as relevant to SIG Multicluster.

Comments

@gyliu513
Copy link
Contributor

Is this a BUG REPORT or FEATURE REQUEST?:

Uncomment only one, leave it on its own line:

/kind bug

/kind feature

What happened:
If I want to enable the federation control panel, then I need to use kubefed init to install etcd and control panel. For etcd, as the kubernetes already have etcd running, so I want to re-use the existing etcd in my kubernetes cluster and do not want to install a new etcd for federation only.

What you expected to happen:
I can specify external etcd when using kubefed init.

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

Environment:

  • Kubernetes version (use kubectl version):
  • Cloud provider or hardware configuration**:
  • OS (e.g. from /etc/os-release):
  • Kernel (e.g. uname -a):
  • Install tools:
  • Others:

/sig federation

/cc @kubernetes/sig-federation-feature-requests

@k8s-ci-robot k8s-ci-robot added kind/feature Categorizes issue or PR as related to a new feature. sig/federation labels Aug 16, 2017
@gyliu513
Copy link
Contributor Author

/cc @liqlin2015

@lukaszo
Copy link
Contributor

lukaszo commented Aug 30, 2017

As the workaround, after init, you can edit deployment federation-apiserver, change --etcd-servers line and delete etcd container.

Other projects, like kubeadm, are using --config option to pass the whole configuration. @madhusudancs are there any plans to move to config based configuration?

Another option is to add --etcd-servers to kubefed join but such option was removed from kubeadm and only --config is accepted.

@gyliu513
Copy link
Contributor Author

How about enabling connect to external etcd when kubefed init? @lukaszo

@ghost
Copy link

ghost commented Sep 2, 2017

#50815

@ghost ghost added the priority/backlog Higher priority than priority/awaiting-more-evidence. label Sep 2, 2017
@csbell csbell added sig/multicluster Categorizes an issue or PR as relevant to SIG Multicluster. area/federation and removed sig/multicluster Categorizes an issue or PR as relevant to SIG Multicluster. sig/federation labels Oct 10, 2017
@k8s-github-robot k8s-github-robot added the needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. label Oct 10, 2017
@csbell csbell added sig/multicluster Categorizes an issue or PR as relevant to SIG Multicluster. and removed sig/federation area/federation labels Oct 10, 2017
@k8s-github-robot k8s-github-robot removed the needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. label Oct 10, 2017
@irfanurrehman
Copy link
Contributor

This issue was labelled only for sig/multicluster and is thus moved over to kubernetes-retired/federation#30.
If this does not seem to be right, please reopen this and notify us @kubernetes/sig-multicluster-misc.
/close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/federation kind/feature Categorizes issue or PR as related to a new feature. priority/backlog Higher priority than priority/awaiting-more-evidence. sig/multicluster Categorizes an issue or PR as relevant to SIG Multicluster.
Projects
None yet
Development

No branches or pull requests

6 participants