From fee69df2dc8bc8c27ff1023e85ffaed29cd3f1d6 Mon Sep 17 00:00:00 2001 From: Miriam Weiss Date: Tue, 7 Feb 2023 15:56:53 +0200 Subject: [PATCH] TELCODOCS:1103 - Update note in kataconfig file about label values This reverts commit b7ad6949d34b123ee0705f8ce099ee3296e33a47. --- .../sandboxed-containers-create-kata-config-resource-cli.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: +