Create two minio clusters under two different namespaces: default and ns-fdmmygzgoq
tianyue@apeclouds-MacBook-Pro kbcli % k get cluster -A
NAMESPACE NAME CLUSTER-DEFINITION TERMINATION-POLICY STATUS AGE
default minio-ctvaye WipeOut Running 19h
ns-fdmmygzgoq minio-mirror WipeOut Running 60s
list-instances failed If the cluster is set to a non-default namespace
tianyue@apeclouds-MacBook-Pro kbcli % kbcli cluster list-instances minio-mirror --namespace ns-fdmmygzgoq
Error from server (NotFound): clusters.apps.kubeblocks.io "minio-mirror" not found
list-instances success If the cluster is set to default namespace
tianyue@apeclouds-MacBook-Pro kbcli % kbcli cluster list-instances minio-ctvaye --namespace default
NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME
minio-ctvaye-minio-0 default minio-ctvaye minio Running <none> <none> ap-northeast-1c 100m / 100m 512Mi / 512Mi data:4Gi ip-172-31-7-55.ap-northeast-1.compute.internal/172.31.7.55 Nov 13,2024 17:16 UTC+0800
minio-ctvaye-minio-1 default minio-ctvaye minio Running <none> <none> ap-northeast-1c 100m / 100m 512Mi / 512Mi data:4Gi ip-172-31-8-24.ap-northeast-1.compute.internal/172.31.8.24 Nov 13,2024 17:16 UTC+0800
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
Describe the env
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.