Skip to content

Commit

Permalink
update downloading images part of doc (goharbor#1311)
Browse files Browse the repository at this point in the history
LGTM
  • Loading branch information
ywk253100 authored and yhua123 committed Jan 20, 2017
1 parent 4e84fab commit deab033
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/kubernetes_deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
This Document decribes how to deploy Harbor on Kubernetes.

### Prerequisite
* You need to build docker images of Harbor. See [Installation Guide](./installation_guide.md)
* You need to download docker images of Harbor.
* Download the offline installer of Harbor from the [release](https://github.com/vmware/harbor/releases) page.
* Uncompress the offline installer and get the images tgz file harbor.*.tgz.
* Load the images into docker:
```
docker load -i harbor.*.tgz
```
* You should have domain knowledge about Kubernetes (Replication Controller, Service, Persistent Volume, Persistent Volume Claim, Config Map).

### Configuration
Expand Down

0 comments on commit deab033

Please sign in to comment.