Closed YunSangJun closed 6 years ago
I resolved this issue to fix registry-configmap.yaml.
REGISTRY_AUTH_TOKEN_REALM: {{ printf "https://%s:%d/v2/token" (.Values.nginx.host | default (printf "%s" (include "nginx.fullname" .))) (int .Values.nginx.service.port) | quote }} REGISTRY_AUTH_SILLY_REALM: {{ printf "http://%s:%d/v2/token" (.Values.nginx.host | default (printf "%s" (include "nginx.fullname" .))) (int (.Values.registry.service.nodePort | default .Values.nginx.service.port)) | quote }}
Problem
I can not login docker registry(External Registry Address).
Access to portus console is fine.
http://portus.ghama.io:31705/
Access docker registry(External Registry Address) is error.
Service
Domain
The following domain is bounded to worker node ip(169.56.94.173).