etcd-io / auger

Directly access data objects stored in etcd by Kubernetes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate the etcd implementations of the operations to here

wzshiming opened this issue · comments

kwok is a simulated k8s cluster.
which implements a subcommand to bypass apiserver and directly edit the etcd data of the simulated cluster.

I want to apply the same capabilities to an existing test cluster rather than a simulation cluster.
allows easier modification of test cluster data for simulation to verify control plane stability after upgrade/downgrade or chaos.

I want to add a subcommand that can directly edit the data from etcd and use it like kubectl.