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
Copy file name to clipboardExpand all lines: influxdb/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,4 +21,7 @@ There is a make file provided with the project that can build the image, push it
21
21
*`kube-delete`: Remove the service, proxy pod, and replication controller from kubernetes
22
22
*`kube-create`: Create the service, proxy pod, and replication controller in kubernetes
23
23
*`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