Skip to content
New issue

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

[Improvement] kbcli support connect cluster create with cmpd new API #6962

Closed
JashBook opened this issue Apr 3, 2024 · 1 comment
Closed
Assignees
Labels
kind/enhancement New feature or request Stale
Milestone

Comments

@JashBook
Copy link
Collaborator

JashBook commented Apr 3, 2024

Is your improvement request related to a problem? Please describe.

  1. create cluster with cmpd
apiVersion: apps.kubeblocks.io/v1alpha1
kind: Cluster
metadata:
  name: mysql-qszwbj
  namespace: default
spec:
  componentSpecs:
  - componentDef: apecloud-mysql
    monitor: false
    name: mysql
    replicas: 1
    resources:
      limits:
        cpu: 100m
        memory: 512Mi
      requests:
        cpu: 100m
        memory: 512Mi
    serviceVersion: 8.0.30
    volumeClaimTemplates:
    - name: data
      spec:
        accessModes:
        - ReadWriteOnce
        resources:
          requests:
            storage: 1Gi
  terminationPolicy: WipeOut
  1. see error
kbcli cluster connect mysql-qszwbj
error: fail to get the target engine type
kbcli version
Kubernetes: v1.26.3
KubeBlocks: 0.9.0-beta.2
kbcli: 0.9.0-beta.0

If this is a new function, please describe the motivation and goals.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or functions you've considered.

Additional context

@JashBook JashBook added the kind/enhancement New feature or request label Apr 3, 2024
@JashBook JashBook added this to the Release 0.9.0 milestone Apr 3, 2024
Copy link

github-actions bot commented May 6, 2024

This issue has been marked as stale because it has been open for 30 days with no activity

@github-actions github-actions bot added the Stale label May 6, 2024
@ahjing99 ahjing99 modified the milestones: Release 0.9.0, Release 0.9.1 Jul 8, 2024
@github-actions github-actions bot modified the milestones: Release 0.9.1, Release 0.9.2 Aug 8, 2024
@github-actions github-actions bot modified the milestones: Release 0.9.2, Release 0.8.5 Oct 8, 2024
@github-actions github-actions bot modified the milestones: Release 0.8.5, Release 0.9.3 Jan 14, 2025
@shanshanying shanshanying closed this as not planned Won't fix, can't repro, duplicate, stale Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request Stale
Projects
None yet
Development

No branches or pull requests

4 participants