Replies: 3 comments
-
/var/lib/kubelet/config.json it has below content. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
That just doesn’t exist.
… and that field just be base64-encoded. I would rather strongly recommend collecting a debug-level CRI-O log, or at least to follow the project’s bug reporting template. In particular, the debug-level log warns about things like unrecognized field names; as well as it should allow tracing the search for credentials. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I configured /etc/containers/registries.conf file below format.
But it is still showing error FATA[0000] pulling image: reading manifest *** in ***.com: unauthorized: access to the requested resource is not authorized.
global_auth_file = "/var/lib/kubelet/config.json"
[[registry]]
prefix = "registry.k8s.io"
insecure = false
blocked = false
location = "registry.k8s.io"
[[registry.mirror]]
location = "***.com"
insecure = true
[[registry.mirror.auth]]
username = "username@2023"
password = "password@2023"
Beta Was this translation helpful? Give feedback.
All reactions