tangcong

Results 27 comments of tangcong

We didn't use etcd-operator, we used the built-in [kstone-etcd-operator](https://github.com/tkestack/kstone-etcd-operator).It has more complete support for persistent storage and better disaster tolerance. In the next version, we will support rebuilding lost-quorum clusters...

We support storing data on persistent data disks. If it is not persistent, we can also force a snapshot from the healthy node to rebuild the cluster, so that the...

Yes, I submitted an issue #https://github.com/tkestack/kstone-etcd-operator/issues/2 at the time, and the plan was implemented in this way. thank you.

@jianhaiqing Thank you for your contribution and look forward to your pr.

不支持哈,各方面特性都依赖k8s。

This seems to have nothing to do with the k8s version. could it be that the password is wrong after you reset it? we have not received other feedback at...

yes, it is a useful feature and we will implement it in the future.

Deploy directly through a complete yaml file, does it meet your needs? for example ``` kubectl apply -f https://raw.githubusercontent.com/kstone-io/kstone/deploy/install.yaml ```