Update README.md

This commit is contained in:
Sheng Yang 2019-04-01 19:26:55 -07:00 committed by GitHub
parent eb3debf099
commit de65424b51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,8 +40,8 @@ Longhorn is 100% open source software. Project source code is spread across a nu
If you're using Rancher 2.1 or newer, you can install Longhorn using Rancher Apps. If you're using Rancher 2.1 or newer, you can install Longhorn using Rancher Apps.
1. On Rancher UI, select the cluster and project you want to install Longhorn on. We recommended to create a new project e.g. `Storage` for Longhorn. 1. On Rancher UI, select the cluster and project you want to install Longhorn on. We recommended to create a new project e.g. `Storage` for Longhorn.
2. Navigate to the `Catalog Apps` screen. Select `Launch`, then find Longhorn in the list. Select `View Details`, then click Launch 2. Navigate to the `Catalog Apps` screen. Select `Launch`, then find Longhorn in the list. Select `View Details`, then click Launch
1. Since v0.3.2, Longhorn App will create a Rancher Proxy by default, so Longhorn UI will be authenticated by Rancher server. 1. Longhorn will always be installed on `longhorn-system` namespace.
2. Longhorn will always be installed on `longhorn-system` namespace. 2. Since v0.3.2, Longhorn App will create a Rancher Proxy by default, so Longhorn UI will be authenticated by Rancher server.
## Using YAML file ## Using YAML file
@ -76,7 +76,7 @@ longhorn-manager-kln4h 1/1 Running 0 6h
longhorn-ui-f849dcd85-cgkgg 1/1 Running 0 5d longhorn-ui-f849dcd85-cgkgg 1/1 Running 0 5d
``` ```
## Access the UI ### Accessing the UI
Use `kubectl -n longhorn-system get svc` to get the external service IP for UI: Use `kubectl -n longhorn-system get svc` to get the external service IP for UI:
@ -91,7 +91,7 @@ If the Kubernetes Cluster supports creating LoadBalancer, user can then use `EXT
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. 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.
Noted that the UI is unauthenticated unless you installed Longhorn using Longhorn App on Rancher 2.1+. Noted that the UI is unauthenticated when you installed using YAML file.
# Upgrade # Upgrade