kubernetes-sigs/cluster-api

Launch ControlePlane in existing cluster

開放

#7,475 建立於 2022年11月1日

 (9 則留言) (5 個反應) (0 位負責人)Go (1,532 個分叉)auto 404
help wantedkind/featurekind/proposalpriority/backlogtriage/accepted

倉庫指標

星標
 (4,267 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

User Story

As a user/operator, I would like to launch cluster master in kubernetes; it'll avoid additional provider (only provider for the worker node) and save cost by container/pod.

Detailed Description

Currently, I'm using Metal3 provider to manage workers; but it's cost concern to use bare-metals for master and it's complex to set additional VMs, e.g. BYOH ( https://metal3.io/blog/2022/07/08/One_cluster_multiple_providers.html ). So I'd like to manager cluster master in current k8s cluster by introducing a new ControlPlane.

Anything else you would like to add:

Here's an implementation (only kube-apiserver) at https://github.com/openbce/kink , I'd like to work with community to move forward.

/kind feature

貢獻者指南