We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In image-builder v0.1.31 my patch has merged kubernetes-sigs/image-builder#1501
However, this chart already configures this for ubuntu(not flatcar): https://github.com/azimuth-cloud/capi-helm-charts/blob/main/charts/openstack-cluster/templates/_helpers.tpl#L213-L221
With both of these in place the containerd configuration file ends up with a duplicate which containerd doesn't cope with, which @waipeng encountered:
containerd
systemd[1]: Starting containerd container runtime... containerd[2801]: containerd: failed to load TOML: /etc/containerd/config.toml: (19, 2): duplicated tables systemd[1]: containerd.service: Main process exited, code=exited, status=1/FAILURE
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In image-builder v0.1.31 my patch has merged kubernetes-sigs/image-builder#1501
However, this chart already configures this for ubuntu(not flatcar): https://github.com/azimuth-cloud/capi-helm-charts/blob/main/charts/openstack-cluster/templates/_helpers.tpl#L213-L221
With both of these in place the
containerd
configuration file ends up with a duplicate whichcontainerd
doesn't cope with, which @waipeng encountered:The text was updated successfully, but these errors were encountered: