1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-15 04:57:56 +00:00

Merge pull request #1189 from marquiz/devel/docs

docs: add missing .md suffix to internal references
This commit is contained in:
Kubernetes Prow Robot 2023-04-25 07:00:17 -07:00 committed by GitHub
commit 14fed5570b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View file

@ -6,14 +6,14 @@ sort: 2
# Deployment # Deployment
See [Image variants](image-variants) for description of the different NFD See [Image variants](image-variants.md) for description of the different NFD
container images available. container images available.
[Using Kustomize](kustomize) provides straightforward deployment with [Using Kustomize](kustomize.md) provides straightforward deployment with
`kubectl` integration and declarative customization. `kubectl` integration and declarative customization.
[Using Helm](helm) provides easy management of NFD deployments with nice [Using Helm](helm.md) provides easy management of NFD deployments with nice
configuration management and easy upgrades. configuration management and easy upgrades.
[Using Operator](operator) provides deployment and configuration management via [Using Operator](operator.md) provides deployment and configuration management via
CRDs. CRDs.

View file

@ -63,7 +63,7 @@ scenarios under
- [`samples/cert-manager`](https://github.com/kubernetes-sigs/node-feature-discovery/blob/{{site.release}}/deployment/overlays/samples/cert-manager): - [`samples/cert-manager`](https://github.com/kubernetes-sigs/node-feature-discovery/blob/{{site.release}}/deployment/overlays/samples/cert-manager):
an example for supplementing the default deployment with cert-manager for TLS an example for supplementing the default deployment with cert-manager for TLS
authentication, see authentication, see
[Automated TLS certificate management using cert-manager](tls) [Automated TLS certificate management using cert-manager](tls.md)
for details for details
- [`samples/custom-rules`](https://github.com/kubernetes-sigs/node-feature-discovery/blob/{{site.release}}/deployment/overlays/samples/custom-rules): - [`samples/custom-rules`](https://github.com/kubernetes-sigs/node-feature-discovery/blob/{{site.release}}/deployment/overlays/samples/custom-rules):
an example for spicing up the default deployment with a separately managed an example for spicing up the default deployment with a separately managed

View file

@ -11,10 +11,10 @@ features and system configuration!
Continue to: Continue to:
- **[Introduction](introduction)** for more details on the - **[Introduction](introduction.md)** for more details on the
project. project.
- **[Quick start](quick-start)** for quick step-by-step - **[Quick start](quick-start.md)** for quick step-by-step
instructions on how to get NFD running on your cluster. instructions on how to get NFD running on your cluster.
## Quick-start -- the short-short version ## Quick-start -- the short-short version

View file

@ -247,7 +247,7 @@ defined built-in labels:
## User defined labels ## User defined labels
NFD has many extension points for creating vendor and application specific NFD has many extension points for creating vendor and application specific
labels. See the [customization guide](customization-guide) for labels. See the [customization guide](customization-guide.md) for
detailed documentation. detailed documentation.
## Extended resources ## Extended resources