nodejs) на винде была особенность: требование запускать тунель для доступа к ингресам кубера в докере и стучаться к локалхосту, а здесь вроде как не надо
PS C:\Users\Op\quickstart-application> minikube addons list
|-----------------------------|----------|--------------|-----------------------|
| ADDON NAME | PROFILE | STATUS | MAINTAINER |
|-----------------------------|----------|--------------|-----------------------|
| registry | minikube | enabled ✅ | google |
PS> k get ingress -A
NAMESPACE NAME CLASS HOSTS ADDRESS PORTS AGE
kube-system registry nginx registry.example.com localhost 80 13m
werf-guide-app werf-guide-app <none> werf-guide-app.test localhost 80 6d4h
PS> get-content C:\Windows\System32\drivers\etc\hosts | sls vote
192.168.49.2 vote.quickstart-application.example.com result.quickstart-application.example.com registry.example.com
PS> werf converge --repo registry.example.com:80/quickstart-application
Version: v1.2.53
Using werf config render file: C:\Users\Op\AppData\Local\Temp\werf-config-render-3583798541
┌ Getting client id for the http synchronization server
└ Getting client id for the http synchronization server (42.37 seconds) FAILED
Running time 44.00 seconds
Error: unable to get synchronization client id: unable to get repo registry.example.com:80/quickstart-application tags: reading tags for "registry.example.com:80/quickstart-application": Get "https://registry.example.com:80/v2/": dial tcp 192.168.49.2:80: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.; Get "http://registry.example.com:80/v2/": dial tcp 192.168.49.2:80: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
Конфиг в докер-десктоп правил, как из докера выдать актуальный?
Вопрос в конце не очень понятен, но тут проблема в адресе registry - example.com
Чтобы избежать серии уточнений, я старался документировать свой рантайм-окружение здесь. Спросил, как проверить - добавился ли insecure_registries в конфиг докера? Судя по тому, что после этой https://t.me/werf_ru/22922 правки werf проскочил и споткнулся несколько дальше, похоже что добавился.
Обсуждают сегодня