IT
Size: a a a
IT
RA
AP
wget http://local-ip.co/cert/server.pemСоздаю цепочку сертификатов
wget http://local-ip.co/cert/chain.pem
wget http://local-ip.co/cert/server.key
cat server.pem chain.pem > bundled_cert_file.pem
Создаю kubernetes secretkubectl create secret tls harbor-ingress-tls --key server.key --cert bundled_cert_file.pem
Добавляю Helm repositoryhelm repo add harbor https://helm.goharbor.io
Устанавливаю harborhelm install --wait --set expose.tls.enabled=true,expose.tls.certSource=secret,expose.tls.secretName=harbor-ingress-tls,expose.ingress.hosts.core=192-168-22-7.my.local-ip.co,notary.enabled=false,persistence.enabled=false,externalURL=https://192-168-22-7.my.local-ip.co,harborAdminPassword=password harbor harbor/harbor
РезультатT
T
L
wget http://local-ip.co/cert/server.pemСоздаю цепочку сертификатов
wget http://local-ip.co/cert/chain.pem
wget http://local-ip.co/cert/server.key
cat server.pem chain.pem > bundled_cert_file.pem
Создаю kubernetes secretkubectl create secret tls harbor-ingress-tls --key server.key --cert bundled_cert_file.pem
Добавляю Helm repositoryhelm repo add harbor https://helm.goharbor.io
Устанавливаю harborhelm install --wait --set expose.tls.enabled=true,expose.tls.certSource=secret,expose.tls.secretName=harbor-ingress-tls,expose.ingress.hosts.core=192-168-22-7.my.local-ip.co,notary.enabled=false,persistence.enabled=false,externalURL=https://192-168-22-7.my.local-ip.co,harborAdminPassword=password harbor harbor/harbor
РезультатAP
L
d
L
AP
AP
M
GG
PG
AK
D
S