generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
- Loading branch information
1 parent
2bdb963
commit 1ffdbad
Showing
7 changed files
with
102 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: "Advanced" | ||
layout: default | ||
sort: 2 | ||
sort: 3 | ||
--- | ||
|
||
# Advanced | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: "Contributing" | ||
layout: default | ||
sort: 3 | ||
sort: 4 | ||
--- | ||
|
||
# Contributing | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,39 @@ | ||
--- | ||
title: "Image variants" | ||
layout: default | ||
sort: 1 | ||
sort: 4 | ||
--- | ||
|
||
# Image variants | ||
|
||
{: .no_toc} | ||
|
||
## Table of contents | ||
|
||
{: .no_toc .text-delta} | ||
|
||
1. TOC | ||
{:toc} | ||
|
||
--- | ||
|
||
NFD-Operator currently offers two variants of the container image. The "minimal" variant is | ||
currently deployed by default. Released container images are available for | ||
x86_64 and Arm64 architectures. | ||
# Image variants | ||
|
||
## Minimal | ||
Node-Feautre-Discovery-Operator currently offers two variants | ||
of the container image. The "full" variant is currently | ||
deployed by default. | ||
|
||
This is a minimal image based on | ||
## Default | ||
|
||
This is a minimal image based on: | ||
[gcr.io/distroless/base](https://github.com/GoogleContainerTools/distroless/blob/master/base/README.md) | ||
and only supports running statically linked binaries. | ||
|
||
For backwards compatibility a container image tag with suffix `-minimal` | ||
(e.g. `{{ site.container_image }}-minimal`) is provided. | ||
The container image tag has suffix `-minimal` | ||
(e.g. `{{ site.container_image }}-minimal`) | ||
and the image is deployed by default. | ||
|
||
## Full | ||
|
||
This image is based on [debian:bullseye-slim](https://hub.docker.com/_/debian) | ||
and contains a full Linux system for running shell-based nfd-worker hooks and | ||
doing live debugging and diagnosis of the NFD-Operator images. | ||
|
||
The container image tag has suffix `-full` | ||
(e.g. `{{ site.container_image }}-full`). | ||
This image is based on | ||
[debian:buster-slim](https://hub.docker.com/_/debian) and contains a full Linux | ||
system for doing live debugging and diagnosis of the operator. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: "Deployment" | ||
layout: default | ||
sort: 2 | ||
--- | ||
|
||
# Deployment | ||
|
||
[Installation](manual) provides instructions for installing NFD-Operator to a | ||
cluster. | ||
|
||
[Uninstallation](manual) provides instructions for removing NFD-Operator from a | ||
cluster. | ||
|
||
[Using Helm](helm) provides easy management of NFD-Operator deployments with | ||
nice configuration management and easy upgrades. | ||
|
||
See [Image variants](image-variants) for description of the different NFD-Operator | ||
container images available. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters