Back to Talos

CRICustomizationConfig

website/content/v1.14/reference/configuration/cri/cricustomizationconfig.md

1.14.0863 B
Original Source
<!-- markdownlint-disable -->

{{< highlight yaml >}} apiVersion: v1alpha1 kind: CRICustomizationConfig name: enable-metrics # Name of the CRI customization. content: | # CRI containerd configuration fragment in TOML format. [plugins."io.containerd.server.v1.metrics"] address = "0.0.0.0:11234" {{< /highlight >}}

FieldTypeDescriptionValue(s)
namestringName of the CRI customization.

Customizations are merged with physical CRI configuration parts in lexicographical order by name. The legacy /etc/cri/conf.d/20-customization.part machine file is included under the reserved name customization.

Applying, updating, or removing a customization restarts CRI automatically. | | |content |string |CRI containerd configuration fragment in TOML format. | |