We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the env Kubernetes: v1.31.1-aliyun.1 KubeBlocks: 1.0.0-beta.22 kbcli: 1.0.0-beta.9
To Reproduce Steps to reproduce the behavior:
apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: name: mongo-psfzat namespace: default spec: clusterDef: mongodb topology: replicaset terminationPolicy: WipeOut componentSpecs: - name: mongodb serviceVersion: 6.0.16 replicas: 3 serviceAccountName: kb-mongo-psfzat resources: limits: cpu: 100m memory: 0.5Gi requests: cpu: 100m memory: 0.5Gi volumeClaimTemplates: - name: data spec: accessModes: - ReadWriteOnce resources: requests: storage: 20Gi
apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: mongo-psfzat-hscaleoffinstance- labels: app.kubernetes.io/instance: mongo-psfzat app.kubernetes.io/managed-by: kubeblocks namespace: default spec: type: HorizontalScaling clusterName: mongo-psfzat force: true horizontalScaling: - componentName: mongodb scaleIn: onlineInstancesToOffline: - mongo-psfzat-mongodb-0
kbcli cluster list-ops mongo-psfzat --status all --namespace default NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME mongo-psfzat-hscaleoffinstance-96j76 default HorizontalScaling mongo-psfzat mongodb Running 0/1 Jan 10,2025 19:06 UTC+0800 kbcli cluster list-instances mongo-psfzat --namespace default NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME mongo-psfzat-mongodb-0 default mongo-psfzat mongodb Running primary ReadWrite cn-zhangjiakou-c 100m / mongo-psfzat-mongodb-1 default mongo-psfzat mongodb Running secondary Readonly cn-zhangjiakou-c 100m / mongo-psfzat-mongodb-2 default mongo-psfzat mongodb Running secondary Readonly cn-zhangjiakou-c 100m /
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:
The offlineInstances is working as expected. Please reopen the issue if it occurs again.
Sorry, something went wrong.
xuriwuyun
wangyelei
No branches or pull requests
Describe the env
Kubernetes: v1.31.1-aliyun.1
KubeBlocks: 1.0.0-beta.22
kbcli: 1.0.0-beta.9
To Reproduce
Steps to reproduce the behavior:
report-cluster-mongo-psfzat-2025-01-10-19-17-39.zip
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: