rayliu419

Results 5 comments of rayliu419

Hi @sijie , " Helm did not provide important features for running a stateful data service such as the ability to **control deployment sequences** and add additional operations between deployment...

@sky-big , looks like if we want to upgrade it to support to latest version, we need do reverse engineering for helm operator here: https://github.com/apache/pulsar-helm-chart/tree/master/charts/pulsar/templates? Besides, I am interested in...

Hi tangcong, thanks for your reply.  Based on the official wiki: https://etcd.io/docs/v3.5/op-guide/runtime-configuration/# restart-cluster-from-majority-failure When we use a dynamic way to deploy Etcd clusters(That's how it works in K8s), it appears...

@tangcong , "We support storing data on persistent data disks. If it is not persistent" I think most of k8s users will use PVC/PV as external storage, so that's not...

I think I find a way to recover the data without losing data. Etcd supports --force-new-cluster to reconfigure the cluster, we can find the latest node in the etcd cluster...