You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start the k8s greptimedb cluster gtctl cluster create mycluster
After start up is complete, execute kubectl port-forward svc/mycluster-frontend -n default 4003:4003
Start the baremetal mode ./bin/gtctl playground, success is as follows:
Check the process frontend is not started:
Looking at the frontend log, there is error:
2023-10-09T09:54:27.369938Z ERROR greptime: Fatal error occurs! err.msg=Failed to start frontend, source: Failed to start server, source: Tokio IO error: Postgres failed to bind addr 127.0.0.1:4003, source: Address already in use (os error 48) err.code=Internal err.source=Failed to start server, source: Tokio IO error: Postgres failed to bind addr 127.0.0.1:4003, source: Address already in use (os error 48) err.source.sources=[Tokio IO error: Postgres failed to bind addr 127.0.0.1:4003, source: Address already in use (os error 48), Address already in use (os error 48)]
steps:
gtctl cluster create mycluster
kubectl port-forward svc/mycluster-frontend -n default 4003:4003
./bin/gtctl playground
, success is as follows:view http://localhost:4000/dashboard/ is ERR_CONNECTION_REFUSED
The text was updated successfully, but these errors were encountered: