mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-09 02:07:03 +00:00
12 lines
266 B
YAML
12 lines
266 B
YAML
|
apiVersion: nfd.k8s-sigs.io/v1alpha1
|
||
|
kind: NodeFeatureGroup
|
||
|
metadata:
|
||
|
name: e2e-test-1
|
||
|
spec:
|
||
|
featureGroupRules:
|
||
|
- name: "e2e-attribute-test-1"
|
||
|
matchFeatures:
|
||
|
- feature: kernel.version
|
||
|
matchExpressions:
|
||
|
major: {op: Exists}
|