Skip to content

Commit dae28ff

Browse files
authored
Merge pull request #55632 from MirzWeiss/TELCODOCS-1103
TELCODOCS:1103 - Update note in kataconfig file about label values
2 parents f6443aa + 9ba6151 commit dae28ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/sandboxed-containers-create-kata-config-resource-cli.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ spec:
6464
logLevel: info
6565
kataConfigPoolSelector:
6666
matchLabels:
67-
<label_key>: '<label_value>'
67+
<label_key>: '<label_value>' <1>
6868
----
69+
<1> Labels in `kataConfigPoolSelector` only support single values; `nodeSelector` syntax is not supported.
6970

7071
. Create the `KataConfig` resource:
7172
+

0 commit comments

Comments
 (0)