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

[BUG] kbcli connect zookeeper cluster error: unsupported engine type: zookeeper #235

Closed
JashBook opened this issue Jan 12, 2024 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@JashBook
Copy link
Collaborator

Describe the bug

kbcli version
Kubernetes: v1.26.6-gke.1700
KubeBlocks: 0.8.0
kbcli: 0.8.0

To Reproduce
Steps to reproduce the behavior:

  1. install cluster zookeeper
apiVersion: apps.kubeblocks.io/v1alpha1
kind: Cluster
metadata:
  name: zkeeper-pbmwtr
  namespace: default
spec:
  clusterDefinitionRef: zookeeper
  clusterVersionRef: zookeeper-3.7.2
  terminationPolicy: DoNotTerminate
  componentSpecs:
    - name: zookeeper
      componentDefRef: zookeeper
      replicas: 2
      resources:
        requests:
          cpu: 100m
          memory: 0.5Gi
        limits:
          cpu: 100m
          memory: 0.5Gi
      volumeClaimTemplates:
        - name: data
          spec:
            storageClassName:
            accessModes:
              - ReadWriteOnce
            resources:
              requests:
                storage: 1Gi
        - name: data-log
          spec:
            storageClassName:
            accessModes:
              - ReadWriteOnce
            resources:
              requests:
                storage: 1Gi
  1. See error
kbcli cluster connect zkeeper-pbmwtr 
Connect to instance zkeeper-pbmwtr-zookeeper-0: out of zkeeper-pbmwtr-zookeeper-0, zkeeper-pbmwtr-zookeeper-1
error: unsupported engine type: zookeeper

Expected behavior
kbcli connect zookeeper cluster success

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.

@JashBook JashBook added the bug Something isn't working label Jan 12, 2024
@JashBook JashBook added this to the Release 0.9.0 milestone Jan 12, 2024
@1aal
Copy link
Contributor

1aal commented Jan 12, 2024

zookeeper connect commands are not supported in kubeblocks.lorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants