yangw

Results 103 comments of yangw

> > > > > > > > > 可以考虑创建service以便于在k8s集群外访问rocketmq 吗? > > 可以试下NodePort类型service +1. 使用 hostnetwork 还是有一定局限性,比如: 1. 不能使用网络策略,https://github.com/projectcalico/calico/issues/4493#issuecomment-814272944 2. 一个 k8 上只能部署一套 rmq 集群

Thank you for your feedback, @solipsistadventurer! While it may not have happened yet, we conduct end-to-end tests to guarantee that the PVC is deleted after the custom resource is removed....

I use > apiVersion: redis.redis.opstreelabs.in/v1beta2 > kind: RedisCluster > metadata: > name: redis-cluster > spec: > clusterSize: 3 > clusterVersion: v7 > persistenceEnabled: true > kubernetesConfig: > image: quay.io/opstree/redis:v7.0.12 >...

@solipsistadventurer, The `Bootstrap` state , It appears that the Redis cluster might not be ready yet. You can check this by running `redis-cli --cluster check 127.0.0.1:6379` to see if the...

fixed by https://github.com/OT-CONTAINER-KIT/redis-operator/pull/703

If the node that shrinks in size is the master role, the cluster will fail over to a new master.

@wgnathanael , Thank you for your feedback. Based on your comments, there appears to be a misunderstanding concerning the system behavior. As per your description, when the number of replicas...

Hey @wgnathanael! Could you kindly share the Redis replication YAMLs that include TLS configuration? I'd love to use them for reproducing purposes. Thank you so much!