diff --git a/modules/sandboxed-containers-create-kata-config-resource-cli.adoc b/modules/sandboxed-containers-create-kata-config-resource-cli.adoc index b30f26cd44..038a1a8c29 100644 --- a/modules/sandboxed-containers-create-kata-config-resource-cli.adoc +++ b/modules/sandboxed-containers-create-kata-config-resource-cli.adoc @@ -64,8 +64,9 @@ spec: logLevel: info kataConfigPoolSelector: matchLabels: - : '' + : '' <1> ---- +<1> Labels in `kataConfigPoolSelector` only support single values; `nodeSelector` syntax is not supported. . Create the `KataConfig` resource: +