From deab033c8b3b6bbd0d4fba53ff4716b0d64216c6 Mon Sep 17 00:00:00 2001 From: Wenkai Yin Date: Fri, 20 Jan 2017 15:24:17 +0800 Subject: [PATCH] update downloading images part of doc (#1311) LGTM --- docs/kubernetes_deployment.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/kubernetes_deployment.md b/docs/kubernetes_deployment.md index bd5d5f062..b09eb14c7 100644 --- a/docs/kubernetes_deployment.md +++ b/docs/kubernetes_deployment.md @@ -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