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:
Ngairangbam Mili 2025-01-06 06:45:31 +00:00
parent 47040fa69b
commit 51665ee26e
2 changed files with 13 additions and 17 deletions

View File

@ -74,18 +74,18 @@ Harbor Installation
organizationalUnits:
- StarlingX-harbor
ipAddresses:
- < oam floating IP address >
- <oam floating IP address>
dnsNames:
- < harbor dns> # e.g. harbor.yourdomian.com
- < notary dns > # optional, required only if exposed on ingress e.g. notary.yourdomian.com
- <harbor dns> # e.g. harbor.yourdomian.com
- <notary dns> # optional, required only if exposed on ingress e.g. notary.yourdomian.com
EOF
#. Create the Harbor namespace:
.. code-block:: none
.. code-block:: none
~(keystone_admin)]$ kubectl create namespace harbor
#. Apply the configuration:
.. code-block:: none
@ -171,7 +171,7 @@ Harbor Installation
# The node port Notary listens on
nodePort: 30004
externalURL: https://harbor.yourdomian.com:30003 # URL of harbor listing on 30003 port
**Ingress**
@ -189,7 +189,7 @@ Harbor Installation
.. code-block:: none
expose:
type: ingress. # Type should be ingress
type: ingress # Type should be ingress
tls:
enabled: true
certSource: secret
@ -198,12 +198,12 @@ Harbor Installation
notarySecretName: "harbor-tls" # Above created secret name
ingress:
hosts:
core: harbor.yourdomian.com # Harbor Domain name
notary: notary.yourdomian.com # Notary Domain name
core: harbor.yourdomian.com # Harbor Domain name
notary: notary.yourdomian.com # Notary Domain name
annotations:
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
externalURL: https://harbor.yourdomian.com # URL of harbor
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
#. For |AIO-DX| and Standard setup, add the following ``storageClass`` and
@ -230,7 +230,6 @@ Harbor Installation
subPath: ""
accessMode: ReadWriteMany
size: 100Gi
annotations: {}
jobservice:
jobLog:
existingClaim: ""
@ -238,8 +237,7 @@ Harbor Installation
subPath: ""
accessMode: ReadWriteMany
size: 1Gi
annotations: {}
Example for Ingress:
.. code-block:: none
@ -254,7 +252,6 @@ Harbor Installation
subPath: ""
accessMode: ReadWriteMany
size: 100Gi
annotations: {}
jobservice:
jobLog:
existingClaim: ""
@ -262,7 +259,6 @@ Harbor Installation
subPath: ""
accessMode: ReadWriteMany
size: 1Gi
annotations: {}
#. Update the Helm overrides.

View File

@ -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/harbor-portalv2.8.0
docker.io/goharbor/harbor-portal:v2.8.0
docker.io/goharbor/redis-photon:v2.8.0