Wei Cao

Results 9 comments of Wei Cao

I guess you're compiling on a 32 bits system, where size_t is uint32_t. So when a size_t\* is cased to uint64_t*, gcc error is reported. I'll install a 32 bits...

I see, yeah, then we will have a higher concept above the keyspace. "tenant"

Nice job, glad to see you use kubeblocks on WIndows PC to run Moodle, we shall have a look at this, @shanshanying

Setting maxReplicas to 2147483647 (math.MaxInt32) is not a reasonable choice, neither in the ReplicaLimits API nor as the default value in the KubeBlocks controller code. It is recommended to modify...

> > Setting maxReplicas to 2147483647 (math.MaxInt32) is not a reasonable choice, neither in the ReplicaLimits API nor as the default value in the KubeBlocks controller code. It is recommended...

If you upgrade the addon kbcli addon upgrade milvus --version=0.9.0 The operation appears successful, and the addon shows the new version. However, upon inspection of the ClusterDefinition custom resource (CR),...

A similar case: installing the MySQL addon would require the Orchestrator addon to be installed as a dependency, correct? Of course, the MySQL addon likely doesn't enforce a strict dependency...