1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

TELCODOCS:1103 - Update note in kataconfig file about label values

This reverts commit b7ad6949d34b123ee0705f8ce099ee3296e33a47.
This commit is contained in:
Miriam Weiss
2023-02-07 15:56:53 +02:00
committed by openshift-cherrypick-robot
parent 5b3d6b70af
commit fee69df2dc

View File

@@ -64,8 +64,9 @@ spec:
logLevel: info
kataConfigPoolSelector:
matchLabels:
<label_key>: '<label_value>'
<label_key>: '<label_value>' <1>
----
<1> Labels in `kataConfigPoolSelector` only support single values; `nodeSelector` syntax is not supported.
. Create the `KataConfig` resource:
+