mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-16 13:28:18 +00:00
Fix markdown syntax and style for content that was moved from README.md to docs/: Unify the spelling of master and worker in headings and beginning of senctences. Also, env variable for container name in developers-guide.
30 lines
527 B
Markdown
30 lines
527 B
Markdown
---
|
|
title: "Examples and Demos"
|
|
layout: default
|
|
sort: 5
|
|
---
|
|
|
|
# Examples And Demos
|
|
{: .no_toc }
|
|
|
|
## Table of Contents
|
|
{: .no_toc .text-delta }
|
|
|
|
1. TOC
|
|
{:toc}
|
|
|
|
---
|
|
|
|
This page contains usage examples and demos.
|
|
|
|
## Demos
|
|
|
|
### Usage demo
|
|
|
|
[](https://asciinema.org/a/247316)
|
|
|
|
### Demo Use Case
|
|
|
|
A demo on the benefits of using node feature discovery can be found in the
|
|
source code repository under
|
|
[demo/](https://github.com/kubernetes-sigs/node-feature-discovery/tree/master/demo).
|