Harbor Installation and container list has errors (dsr10)
Change-Id: I97e72614573693353f235a848ab76002a7521b84 Signed-off-by: Ngairangbam Mili <ngairangbam.mili@windriver.com>
This commit is contained in:
parent
47040fa69b
commit
51665ee26e
@ -74,18 +74,18 @@ Harbor Installation
|
|||||||
organizationalUnits:
|
organizationalUnits:
|
||||||
- StarlingX-harbor
|
- StarlingX-harbor
|
||||||
ipAddresses:
|
ipAddresses:
|
||||||
- < oam floating IP address >
|
- <oam floating IP address>
|
||||||
dnsNames:
|
dnsNames:
|
||||||
- < harbor dns> # e.g. harbor.yourdomian.com
|
- <harbor dns> # e.g. harbor.yourdomian.com
|
||||||
- < notary dns > # optional, required only if exposed on ingress e.g. notary.yourdomian.com
|
- <notary dns> # optional, required only if exposed on ingress e.g. notary.yourdomian.com
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
#. Create the Harbor namespace:
|
#. Create the Harbor namespace:
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
~(keystone_admin)]$ kubectl create namespace harbor
|
~(keystone_admin)]$ kubectl create namespace harbor
|
||||||
|
|
||||||
#. Apply the configuration:
|
#. Apply the configuration:
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
@ -171,7 +171,7 @@ Harbor Installation
|
|||||||
# The node port Notary listens on
|
# The node port Notary listens on
|
||||||
nodePort: 30004
|
nodePort: 30004
|
||||||
externalURL: https://harbor.yourdomian.com:30003 # URL of harbor listing on 30003 port
|
externalURL: https://harbor.yourdomian.com:30003 # URL of harbor listing on 30003 port
|
||||||
|
|
||||||
|
|
||||||
**Ingress**
|
**Ingress**
|
||||||
|
|
||||||
@ -189,7 +189,7 @@ Harbor Installation
|
|||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
expose:
|
expose:
|
||||||
type: ingress. # Type should be ingress
|
type: ingress # Type should be ingress
|
||||||
tls:
|
tls:
|
||||||
enabled: true
|
enabled: true
|
||||||
certSource: secret
|
certSource: secret
|
||||||
@ -198,12 +198,12 @@ Harbor Installation
|
|||||||
notarySecretName: "harbor-tls" # Above created secret name
|
notarySecretName: "harbor-tls" # Above created secret name
|
||||||
ingress:
|
ingress:
|
||||||
hosts:
|
hosts:
|
||||||
core: harbor.yourdomian.com # Harbor Domain name
|
core: harbor.yourdomian.com # Harbor Domain name
|
||||||
notary: notary.yourdomian.com # Notary Domain name
|
notary: notary.yourdomian.com # Notary Domain name
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: nginx. # Add ingressclass name. It would be "nginx" if you are using default ingress controller.
|
kubernetes.io/ingress.class: nginx. # Add ingressclass name. It would be "nginx" if you are using default ingress controller.
|
||||||
nginx.org/client-max-body-size: "0". # Add this notation for nginx otherwise nginx will reject the image pull & push
|
nginx.org/client-max-body-size: "0" # Add this notation for nginx otherwise nginx will reject the image pull & push
|
||||||
externalURL: https://harbor.yourdomian.com # URL of harbor
|
externalURL: https://harbor.yourdomian.com # URL of harbor
|
||||||
|
|
||||||
|
|
||||||
#. For |AIO-DX| and Standard setup, add the following ``storageClass`` and
|
#. For |AIO-DX| and Standard setup, add the following ``storageClass`` and
|
||||||
@ -230,7 +230,6 @@ Harbor Installation
|
|||||||
subPath: ""
|
subPath: ""
|
||||||
accessMode: ReadWriteMany
|
accessMode: ReadWriteMany
|
||||||
size: 100Gi
|
size: 100Gi
|
||||||
annotations: {}
|
|
||||||
jobservice:
|
jobservice:
|
||||||
jobLog:
|
jobLog:
|
||||||
existingClaim: ""
|
existingClaim: ""
|
||||||
@ -238,8 +237,7 @@ Harbor Installation
|
|||||||
subPath: ""
|
subPath: ""
|
||||||
accessMode: ReadWriteMany
|
accessMode: ReadWriteMany
|
||||||
size: 1Gi
|
size: 1Gi
|
||||||
annotations: {}
|
|
||||||
|
|
||||||
Example for Ingress:
|
Example for Ingress:
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
@ -254,7 +252,6 @@ Harbor Installation
|
|||||||
subPath: ""
|
subPath: ""
|
||||||
accessMode: ReadWriteMany
|
accessMode: ReadWriteMany
|
||||||
size: 100Gi
|
size: 100Gi
|
||||||
annotations: {}
|
|
||||||
jobservice:
|
jobservice:
|
||||||
jobLog:
|
jobLog:
|
||||||
existingClaim: ""
|
existingClaim: ""
|
||||||
@ -262,7 +259,6 @@ Harbor Installation
|
|||||||
subPath: ""
|
subPath: ""
|
||||||
accessMode: ReadWriteMany
|
accessMode: ReadWriteMany
|
||||||
size: 1Gi
|
size: 1Gi
|
||||||
annotations: {}
|
|
||||||
|
|
||||||
#. Update the Helm overrides.
|
#. Update the Helm overrides.
|
||||||
|
|
||||||
|
@ -269,7 +269,7 @@ the table to navigate to the applications based on your requirement.
|
|||||||
|
|
||||||
docker.io/goharbor/notary-signer-photon:v2.8.0
|
docker.io/goharbor/notary-signer-photon:v2.8.0
|
||||||
|
|
||||||
docker.io/goharbor/harbor-portalv2.8.0
|
docker.io/goharbor/harbor-portal:v2.8.0
|
||||||
|
|
||||||
docker.io/goharbor/redis-photon:v2.8.0
|
docker.io/goharbor/redis-photon:v2.8.0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user