We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
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
I refer to https://docs.rke2.io/advanced and https://github.com/k3s-io/k3s/blob/master/pkg/agent/templates/templates_linux.go docs, I know /var/lib/rancher/rke2/agent/etc/containerd/config.toml.tmpl is the customization file, but I don't know how to pass parameters to config.toml.tmpl files.
For example:
[plugins."io.containerd.grpc.v1.cri"] {{- if .DisableCgroup}} disable_cgroup = true {{end}}
So where or how to set the value of "DisableCgroup" ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I refer to https://docs.rke2.io/advanced and https://github.com/k3s-io/k3s/blob/master/pkg/agent/templates/templates_linux.go docs,
I know /var/lib/rancher/rke2/agent/etc/containerd/config.toml.tmpl is the customization file, but I don't know how to pass parameters to config.toml.tmpl files.
For example:
So where or how to set the value of "DisableCgroup" ?
The text was updated successfully, but these errors were encountered: