Which section(s) is the issue in?
Configuring container image registry settings
What needs fixing?
It is described to add the unqualified-search-registries configuration to the /etc/containers/registries.d/99-worker-unqualified-search-registries.conf file.
However, on OKD 4.6 that should be in /etc/containers/registries.conf.d/99-worker-unqualified-search-registries.conf (Notice the .conf.d).
There's also a typo with registries.s.
Moreover, I would suggest to create the file with permission 0644 instead of 0420, so that it's readable by non-privileged users and is aligned with the permission of other files such as /etc/containers/registries.conf.
Which section(s) is the issue in?
Configuring container image registry settings
What needs fixing?
It is described to add the
unqualified-search-registriesconfiguration to the/etc/containers/registries.d/99-worker-unqualified-search-registries.conffile.However, on OKD 4.6 that should be in
/etc/containers/registries.conf.d/99-worker-unqualified-search-registries.conf(Notice the .conf.d).There's also a typo with
registries.s.Moreover, I would suggest to create the file with permission 0644 instead of 0420, so that it's readable by non-privileged users and is aligned with the permission of other files such as
/etc/containers/registries.conf.