From 0244dd932d56ae524a3992b9292a9ed79f17b3c1 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Mon, 26 Mar 2018 10:52:41 -0700 Subject: [PATCH] Update README.md Add some details about Longhorn UI. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23236fa..fba0db1 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,11 @@ longhorn-backend ClusterIP 10.20.248.250 9500/TCP longhorn-frontend LoadBalancer 10.20.245.110 100.200.200.123 80:30697/TCP 58m ``` -Then user can use `EXTERNAL-IP`(`100.200.200.123` in the case above) of `longhorn-frontend` to access the Longhorn UI. +If the Kubernetes Cluster supports creating LoadBalancer, user can then use `EXTERNAL-IP`(`100.200.200.123` in the case above) of `longhorn-frontend` to access the Longhorn UI. Otherwise the user can use `:` (port is `30697` in the case above) to access the UI. + +Longhorn UI would connect to the Longhorn Manager API, provides the overview of the system, the volume operations, and the snapshot/backup operations. It's highly recommended for the user to check out Longhorn UI. + +Notice the current UI is unauthenticated. ## How to use the Longhorn Volume in your pod