- 简介
- 目录大纲
- 最新文档
starrock promethues
https://github.com/StarRocks/starrocks/blob/main/extra/grafana/kubernetes/StarRocks-Overview-kubernetes-3.0.json 直接导入 { "__requires": [ { "type": "grafana", "id": "grafana", ……
admin - 2026年3月28日 11:16
starrock sql
``` 修改用户密码 ALTER USER 'root' IDENTIFIED BY 'd4Ud7QvubUcmRwHDNHHA'; ``` ``` 查看be SHOW BACKENDS; 查看fe SHOW FRONTENDS; ```
admin - 2026年3月4日 16:39
Change root user password HOWTO
Change root user password HOWTO The password is empty for the root user when deploying a StarRocks cluster from fresh installation. This can be a security concern. This document describes steps to cha……
admin - 2026年3月2日 19:48
starrock k8s 部署 operator
curl -O https://raw.githubusercontent.com/StarRocks/starrocks-kubernetes-operator/main/deploy/operator.yaml https://github.com/StarRocks/starrocks-kubernetes-operator/blob/main/doc/integration/integra……
admin - 2026年3月2日 19:34