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
I run the juju config k8s containerd_custom_registries='[{...}]' command and an appropriate hosts.toml file is created on each k8s unit in /var/snap/k8s/common/etc/containerd/hosts.d/.../, but the same thing doesn't happen on the k8s-worker units and there doesn't appear to be an equivalent juju config ... command for the k8s-worker charm.
What Should Happen Instead?
Either the same config files should be created on the related k8s-worker units, or a similar juju config ... containerd_custom_registries command should be provided for the k8s-worker charm.
Reproduction Steps
Bootstrap a new cluster, add some workers, run the juju config k8s containerd_custom_registries='[{...}]' command
Summary
I run the
juju config k8s containerd_custom_registries='[{...}]'
command and an appropriate hosts.toml file is created on each k8s unit in/var/snap/k8s/common/etc/containerd/hosts.d/.../
, but the same thing doesn't happen on the k8s-worker units and there doesn't appear to be an equivalentjuju config ...
command for the k8s-worker charm.What Should Happen Instead?
Either the same config files should be created on the related
k8s-worker
units, or a similarjuju config ... containerd_custom_registries
command should be provided for the k8s-worker charm.Reproduction Steps
Bootstrap a new cluster, add some workers, run the
juju config k8s containerd_custom_registries='[{...}]'
commandSystem information
inspection-report-20240822_104228.tar.gz
Can you suggest a fix?
No response
Are you interested in contributing with a fix?
No response
The text was updated successfully, but these errors were encountered: