Skip to content

Commit 1b5bfb3

Browse files
author
Jonathan Chauncey
committed
doc(readme): Update readme to include section on the proxy pod and admin ui
1 parent 8c1fbf0 commit 1b5bfb3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

influxdb/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@ There is a make file provided with the project that can build the image, push it
2121
* `kube-delete`: Remove the service, proxy pod, and replication controller from kubernetes
2222
* `kube-create`: Create the service, proxy pod, and replication controller in kubernetes
2323
* `kube-update`: Remove the replication controller and create a new one (this is useful for publishing new images)
24-
* `update-manifests`: This is a helpful target that is used to generate a temporary manifest with the dev image set in the `image` stanza.
24+
* `update-manifests`: This is a helpful target that is used to generate a temporary manifest with the dev image set in the `image` stanza.
25+
26+
### Accessing Admin UI
27+
Included is a proxy pod that proxies the UI ports so they are accessible when doing local development. These ports are `8086` and `8083`. You can access the UI by going to the `http://<host_ip>:8083`.

0 commit comments

Comments
 (0)