liyang

Results 6 issues of liyang

### Is your feature request related to a problem? The bytebase helm chart version is always 1.1.0. When new features are added in the chart, it is still this version....

enhancement

steps: 1. Start the k8s greptimedb cluster `gtctl cluster create mycluster` 2. After start up is complete, execute `kubectl port-forward svc/mycluster-frontend -n default 4003:4003` 3. Start the baremetal mode `./bin/gtctl...

Install greptimedb(helm-charts) have different name, will not be found when destroy, I think it should be the same name when installing. link: https://docs.greptime.com/user-guide/operations/kubernetes ![image](https://github.com/GreptimeTeam/docs/assets/64472425/238ceed2-5c40-47e1-970d-c21d3913edc1) ![image](https://github.com/GreptimeTeam/docs/assets/64472425/4585029e-0624-4643-b5ab-941a5633df4c)

I hereby agree to the terms of the [GreptimeDB CLA](https://github.com/GreptimeTeam/.github/blob/main/CLA.md). ## Refer to a related PR or issue link (optional) Same as this: https://github.com/GreptimeTeam/greptimedb-operator/pull/155 ## What's changed and what's your...

docs-not-required

- Run cluster creation, CRUD testing, and cluster deletion every day, like [this](https://github.com/GreptimeTeam/greptimedb/blob/main/.github/workflows/nightly-ci.yml). - If fails, send to the slack channel. @confoc

- Add baremetal database CRUD, for example [this](https://github.com/GreptimeTeam/gtctl/blob/develop/tests/e2e/greptimedbcluster_test.go). - Add this test in CI, and merge the code only after it passes. @confoc