Added the template for Project Harbor (Cattle only)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
##Harbor 1.1.1 deployment: single-host (revision 0)
|
||||
|
||||
This version deploys `Harbor` 1.1.1 on a single host of a Cattle cluster.
|
||||
|
||||
The host is identified, by default, by the `harbor-host=true` label (can be changed at deployment time to point to another key).
|
||||
|
||||
Note that:
|
||||
- the `IP/Hostname/FQDN` parameter needs to be set to the exact same name you will use to access the registry (e.g. IP or FQDN of the host)
|
||||
- the host needs to have port `80` and port `443` free for use (the Harbor proxy container will bind to those ports)
|
||||
- this catalog entry only supports `http` (`https` access is not supported)
|
||||
- because only `http` is supported, the Docker Host pulling/pushing from/to Harbor needs to have the `--insecure-registry` flag properly configured
|
||||
- if you want to re-provision Harbor on the same Docker host and you want to use different inputs (e.g. a different password) you need to remove the `/data` directory on the host. If you fail to do so the new Harbor instance will use the same parameters entered in the previous deployment (saved in the `/data` directory)
|
||||
- While the Rancher UI may show that stack upgrades are available, upgrades are not supported at this point
|
||||
|
||||

|
||||
Reference in New Issue
Block a user