loomt
loomt
I am a newbie of ipfs-cluster and interested in this project. So I pick up [this](https://github.com/ipfs-cluster/ipfs-cluster/issues/1728) to learn the basic knowledge of ipfs-cluster. Can you please help me review @RubenKelevra...
Is your improvement request related to a problem? Please describe. It is better to get $PEER_FQDNS to specify all node addresses in the etcd cluster using the --endpoints option when...
1. TLS file provided by KB is based on component, different components have different TLS files. However, some typologies have multiple components and they need to communicate with each other....
**Describe the bug** stringData of corev1.secret is write-only for convenience, but cannot read by API, [reference](https://github.com/kubernetes/kubernetes/blob/4c24b9337fa189d99a721bfdc4785d62a744261b/staging/src/k8s.io/api/core/v1/types.go#L7247-L7252) need to check data field for user provided tls file
Is your improvement request related to a problem? Please describe. When implementing etcd add-on, NodePort service is OK for single k8s cluster. But in the scenario of multi-k8s, headless ClusterIP...
**Describe the bug** when etcd scaleIn trigger switchover, will run switchover command in kbagent, but not success **To Reproduce** Steps to reproduce the behavior: 1. setup kb environment ``` kb...
**Describe the bug** As the [k8s doc](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-sethostnameasfqdn-field) said, pod DNS can be the structure of FQDN like `hostName+serviceName+namespace+clusterDomain`. And in KB implementation, the service of instanceset is "headless service", pod...
**What is the user interaction of your feature** developer can customize shell scripts when member join into the cluster **Is your feature request related to a problem? Please describe.** [etcd-addon](https://github.com/apecloud/kubeblocks-addons/pull/825)...
**What is the user interaction of your feature** Developer can customize volume mount during lifeCycleAction. **Is your feature request related to a problem? Please describe.** [etcd-addon](https://github.com/apecloud/kubeblocks-addons/pull/825) need to check if...