The gtctl how to open dashboard at startup #4566
Answered
by
zyy17
leaf-potato
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
zyy17
Aug 16, 2024
Replies: 1 comment 4 replies
-
For now, the dashboard is not turn on in the cluster mode. Maybe we can try to turn on. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry for my mistake. We turn on the dashboard by default:
gtctl cluster create dev --bare-metal
However, if you use your own binary
greptime
, you have to builddashboard
by settingFEATURES
, for example:FEATURES=servers/dashboard make build