You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the env
Kubernetes: v1.30.4-eks-a737599
KubeBlocks: 1.0.0-beta.2
kbcli: 1.0.0-beta.1
To Reproduce
Steps to reproduce the behavior:
Create two minio clusters under two different namespaces: default and ns-srbgcxycta
NAMESPACE NAME CLUSTER-DEFINITION TERMINATION-POLICY STATUS AGE
ns-srbgcxycta minio-qjfwxc WipeOut Running 2m49s
default minio-ajkwnv DoNotTerminate Running 5m39s
cluster vscale failed If the cluster is set to a non-default namespace
kbcli cluster vscale minio-qjfwxc --auto-approve --force=true --components minio --cpu 200m --memory 0.6Gi --namespace ns-srbgcxycta
Error from server (NotFound): clusters.apps.kubeblocks.io "minio-qjfwxc" not found
cluster vscale success If the cluster is set to default namespace kbcli cluster vscale minio-ajkwnv --auto-approve --force=true --components minio --cpu 200m --memory 0.6Gi --namespace default
OpsRequest minio-ajkwnv-verticalscaling-thmd8 created successfully, you can view the progress:
kbcli cluster describe-ops minio-ajkwnv-verticalscaling-thmd8 -n default
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.
The text was updated successfully, but these errors were encountered:
Describe the env
Kubernetes: v1.30.4-eks-a737599
KubeBlocks: 1.0.0-beta.2
kbcli: 1.0.0-beta.1
To Reproduce
Steps to reproduce the behavior:
kbcli cluster vscale minio-ajkwnv --auto-approve --force=true --components minio --cpu 200m --memory 0.6Gi --namespace default
OpsRequest minio-ajkwnv-verticalscaling-thmd8 created successfully, you can view the progress:
kbcli cluster describe-ops minio-ajkwnv-verticalscaling-thmd8 -n default
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.
The text was updated successfully, but these errors were encountered: