kubernetes / kops

Kubernetes Operations (kOps) - Production Grade k8s Installation, Upgrades and Management
https://kops.sigs.k8s.io/
Apache License 2.0
15.66k stars 4.61k forks source link

kubeadm support for bootstrapping clusters #1842

Open krisnova opened 7 years ago

krisnova commented 7 years ago

This is an issue to track the progress of supporting kubeadm (link) as a cluster bootstrap avenue for kops.

Success Criteria (Day 1)

  1. Specify a command line flag to instruct kops to use kubeadm in place of nodeup
  2. The feature will be experimental, and will not be advertised as production ready.
  3. The new bootstrap avenue will need a name to be compatible with Cloud Formation https://github.com/kubernetes/kops/issues/1841

Future considerations

Output
  1. We will need to come up with a clever name for bootstrap avenue. This will probably manifest itself as a command line flag, as well as an API parameter for kops. Respond below with suggestions please!
  2. We will need to determine how to advertise this as an experimental feature of kops. Again, suggestions below please!

CC @jbeda @justinsb

geojaz commented 7 years ago

👍 bootstrap channel?

bhack commented 6 years ago

Is this plan still active?

chrislovecnm commented 6 years ago

@bhack the kubeadm team is looking at breaking up kubeadm into usable parts, but at this point we are not able to.

fejta-bot commented 6 years ago

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale

fejta-bot commented 6 years ago

Stale issues rot after 30d of inactivity. Mark the issue as fresh with /remove-lifecycle rotten. Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle rotten /remove-lifecycle stale

fejta-bot commented 6 years ago

Rotten issues close after 30d of inactivity. Reopen the issue with /reopen. Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /close

timothysc commented 5 years ago

/reopen

You can absolutely use phases now that kubeadm is GA.

k8s-ci-robot commented 5 years ago

@timothysc: Reopened this issue.

In response to [this](https://github.com/kubernetes/kops/issues/1842#issuecomment-461185924): >/reopen > >You can absolutely use phases now the kubeadm is GA. Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
timothysc commented 5 years ago

/lifecycle frozen

jessehu commented 5 years ago

Hello, is there a plan for replacing nodeup/protokube with kubeadm?

justinsb commented 5 years ago

Should happen as part of adopting the cluster-api.

We're also gradually more and more stuff out of nodeup/protokube - e.g. to etcdadm, addon-manager etc

jessehu commented 5 years ago

Thanks a lot @justinsb. So is there a design doc or discussion email thread for how to adopting the cluster-api? I‘m seeking for an easy to use CLI to deploy K8s on vSphere. kops has a nice CLI and vSphere provider in alpha, but seems it's not maintained any more.

ksemele commented 1 week ago

Any news here?