File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ See the
87
87
for full documentation of the NodeFeatureRule resource and its usage.
88
88
89
89
The
90
- [` deployment/nodefeaturerule/samples/`](https://raw.githubusercontent. com/kubernetes-sigs/node-feature-discovery/{{site.release}}/deployment/nodefeaturerule/samples/ )
90
+ [` deployment/nodefeaturerule/samples/`](https://github. com/kubernetes-sigs/node-feature-discovery/tree/ {{site.release}}/deployment/nodefeaturerule/samples)
91
91
directory contains sample NodeFeatureRule objects that replicate the built-in
92
92
default feature labels generated by NFD. The sample rules can be used as a base
93
93
to customize NFD feature labels. To use them in place of the the NFD built-in
Original file line number Diff line number Diff line change @@ -62,9 +62,9 @@ Or you can use the example NodeFeature file(it is a minimal NodeFeature file):
62
62
63
63
``` bash
64
64
$ kubectl nfd dryrun -f examples/nodefeaturerule.yaml -n examples/nodefeature.yaml
65
+ Evaluating NodeFeatureRule " examples/nodefeaturerule.yaml" against NodeFeature " examples/nodefeature.yaml"
65
66
Processing rule: my sample rule
66
- *** Labels ***
67
+ *** Labels ***
67
68
vendor.io/my-sample-feature=true
68
- Evaluating NodeFeatureRule " examples/nodefeaturerule.yaml" against NodeFeature " examples/nodefeature.yaml"
69
69
NodeFeatureRule " examples/nodefeaturerule.yaml" is valid for NodeFeature " examples/nodefeature.yaml"
70
70
```
You can’t perform that action at this time.
0 commit comments