huangzhangshu

Results 35 comments of huangzhangshu

fix via https://github.com/apecloud/kubeblocks-addons/pull/1996

kafka cluster diff cluster ``` diff 0.8.3/cluster/cluster-kafka-cluster.yaml 0.9.0/cluster/cluster-kafka-cluster.yaml 14c14 < generation: 7 --- > generation: 8 23c23 < resourceVersion: "770168" --- > resourceVersion: "981811" 38d37 < noCreatePDB: false 47c46 <...

Most of the clusters' sts were converted to its, but a few were not. ``` kubectl get sts -n ns-cluster NAME READY AGE orioledb-cluster-orioledb 5/5 4h15m postgres-cluster-postgresql 3/3 4h22m smarte-cluster-mysql...

opengauss cluster container opengauss logs contain secret password 1. create cluster ``` kbcli cluster create ogauss-cluster --termination-policy=Halt --cluster-definition=opengauss --cluster-version=opengauss-3.0.0 ``` ``` kubectl get pod -l app.kubernetes.io/instance=ogauss-cluster NAME READY STATUS RESTARTS...

kubeblocks 0.9.0-beta.39 reappear 1. create redis cluster ``` apiVersion: apps.kubeblocks.io/v1alpha1 kind: Cluster metadata: name: rcluster-dwdzfb namespace: default spec: terminationPolicy: Delete shardingSpecs: - name: shard shards: 3 template: name: redis componentDef:...