You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
This step is in order to make sure when the k8s restart or update a pod, it will get the lastest image from localhost:65001 instead of xxx.xxx.xxx:9082
issue occurred
# log in dfdaemon.log
WARN sign:1 : no matched registry for xxx.xxx.xxx # without the port info(xxx.xxx.xxx:9082)# result in console
Error response from daemon: error parsing HTTP 403 response body: invalid character 'o'in literal null (expecting 'u'): "no matched registry for xxx.xxx.xxx"
Question
What i did
In order to transfer the request from origin registry xxx.xxx.xxx:9082 to localhost:65001
I add a rule in iptables:
This step is in order to make sure when the k8s restart or update a pod, it will get the lastest image from localhost:65001 instead of xxx.xxx.xxx:9082
issue occurred
the strat command is:
If I turn off the iptables, everything is okay.
But it seems that the dfdaemon failed to reconginze the address--xxx.xxx.xxx
The text was updated successfully, but these errors were encountered: