Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Commit ffe26d0

Browse files
author
Dmitrii Shcherbakov
committed
Update README on how to access cockroachdb
1 parent 1e92112 commit ffe26d0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@ HA with an explicit amount of replicas.
2626
juju deploy <charm-src-dir> --config default_zone_replicas=3 --config system_data_replicas=3 -n 3
2727
```
2828

29+
# Accessing CLI
30+
31+
```
32+
juju ssh cockroachdb/0
33+
cockroach sql
34+
```
35+
36+
# Web UI
37+
38+
The web UI is accessible at `https://<unit-ip>:8080`
39+
2940
# Known Issues
3041

3142
The charm uses a workaround for [LP: #1859769](https://bugs.launchpad.net/juju/+bug/1859769) for single-node deployments by saving a cluster ID in a local state before the peer relation becomes available.

0 commit comments

Comments
 (0)