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 didn't install the same version kubeblocks #3970

Closed
ahjing99 opened this issue Jun 27, 2023 · 0 comments · Fixed by #3978
Closed

[BUG]kbcli didn't install the same version kubeblocks #3970

ahjing99 opened this issue Jun 27, 2023 · 0 comments · Fixed by #3978
Assignees
Labels
bug kind/bug Something isn't working
Milestone

Comments

@ahjing99
Copy link
Collaborator

kbcli version is 0.6.0-alpha.23, but it default install 0.5.2 kubeblocks

➜  kbcli git:(main) ✗ kbcli kubeblocks install
KubeBlocks will be installed to namespace "kb-system"
Kubernetes version 1.25.8
Kubernetes provider GKE
kbcli version v0.6.0-alpha.23
Collecting data from cluster                       OK
Kubernetes cluster preflight                       OK

Add and update repo kubeblocks                     OK
Install KubeBlocks                                 OK
Wait for addons to be enabled
  alertmanager-webhook-adaptor                     OK
  apecloud-mysql                                   OK
  grafana                                          OK
  milvus                                           OK
  mongodb                                          OK
  postgresql                                       OK
  prometheus                                       OK
  qdrant                                           OK
  redis                                            OK
  snapshot-controller                              OK
  weaviate                                         OK

KubeBlocks  installed to namespace kb-system SUCCESSFULLY!

-> Basic commands for cluster:
    kbcli cluster create -h     # help information about creating a database cluster
    kbcli cluster list          # list all database clusters
    kbcli cluster describe <cluster name>  # get cluster information

-> Uninstall KubeBlocks:
    kbcli kubeblocks uninstall

-> To view the monitoring add-ons web console:
    kbcli dashboard list        # list all monitoring web consoles
    kbcli dashboard open <name> # open the web console in the default browser



kbcli version
Kubernetes: v1.25.8-gke.1000
KubeBlocks: 0.5.2
kbcli: v0.6.0-alpha.23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants