mirror of
https://github.com/goharbor/harbor.git
synced 2025-03-11 14:09:55 +01:00
parent
4e84fabd41
commit
deab033c8b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user