1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00
node-feature-discovery/test/e2e/data
Markus Lehtonen dc5af8be04 nfd-master: predictable handling of unprefixed names
Make the handling of unprefixed names (of labels, annotations and
extended resources) well-defined and predictable. Previously the
resulting output was not predictable in case the same name was coming in
both the unprefixed and prefixed form, say unprefixed "foo=bar" coming from
one source (be it nfd-worker or NodeFeature(Rule)) and
"feature.node.kubernetes.io/foo=baz" from a NodeFeature(Rule).
Previously the output value was randomly either "bar" or "baz".

This patch adds prefixes to all names early in the processing
"pipeline", preventing random name clashes later on.
2023-11-23 22:16:04 +02:00
..
nodefeature-1.yaml nfd-master: predictable handling of unprefixed names 2023-11-23 22:16:04 +02:00
nodefeature-2.yaml test/e2e: more comprehensive test for NodeFeature objects 2023-01-03 17:50:48 +02:00
nodefeature-3.yaml test: implement e2e test of the deny-label-ns flag 2023-03-10 11:11:36 +01:00
nodefeaturerule-1.yaml test/e2e: add tests for NodeFeatureRules 2022-10-11 17:23:52 +03:00
nodefeaturerule-2.yaml feat: support dynamic values for labels in the NodeFeatureRule 2023-05-31 23:30:26 +01:00
nodefeaturerule-3-updated.yaml nfd-master: disallow unprefixed and kubernetes taints 2023-04-06 16:12:37 +03:00
nodefeaturerule-3.yaml nfd-master: disallow unprefixed and kubernetes taints 2023-04-06 16:12:37 +03:00
nodefeaturerule-4.yaml nfd-master: fix filtering of extended resources 2023-09-27 10:55:11 +03:00
nodefeaturerule-5.yaml Discover node features as annotations 2023-10-25 19:58:58 +02:00