From c62a16b3d1a21979d16f92321308dfa321c0f922 Mon Sep 17 00:00:00 2001 From: Kevin Klues Date: Tue, 14 Jul 2020 12:22:59 -0700 Subject: [PATCH] Update table of contents in README Signed-off-by: Kevin Klues --- README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 47af018..e7006c5 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,22 @@ * [Overview](#overview) * [Beta Version](#beta-version) * [Prerequisites](#prerequisites) - * [Command line interface](#command-line-interface) * [Quick Start](#quick-start) - + [Node Feature Discovery](#node-feature-discovery) + + [Node Feature Discovery (NFD)](#node-feature-discovery-nfd) + [Preparing your GPU Nodes](#preparing-your-gpu-nodes) - + [Deploy NVIDIA GPU Feature Discovery](#deploy-nvidia-gpu-feature-discovery) + + [Deploy NVIDIA GPU Feature Discovery (GFD)](#deploy-nvidia-gpu-feature-discovery-gfd) - [Deamonset](#deamonset) - [Job](#job) - * [Labels](#labels) - * [Run locally](#run-locally) - * [Building from source](#building-from-source) + + [Verifying Everything Works](#verifying-everything-works) + * [The GFD Command line interface](#the-gfd-command-line-interface) + * [Generated Labels](#generated-labels) + + [MIG 'single' strategy](#mig-single-strategy) + + [MIG 'mixed' strategy](#mig-mixed-strategy) + * [Deployment via `helm`](#deployment-via-helm) + + [Installing via `helm install`from the `gpu-feature-discovery` `helm` repository](#installing-via-helm-install-from-the-gpu-feature-discovery-helm-repository) + + [Deploying via `helm install` with a direct URL to the `helm` package](#deploying-via-helm-install-with-a-direct-url-to-the-helm-package) + * [Building and running locally with Docker](#building-and-running-locally-with-docker) + * [Building and running locally on your native machine](#building-and-running-locally-on-your-native-machine) ## Overview @@ -279,7 +285,7 @@ the `node-feature-discovery` subchart. * https://github.com/NVIDIA/gpu-feature-discovery/blob/v0.2.0-rc.1/deployments/helm/gpu-feature-discovery/values.yaml * https://github.com/NVIDIA/gpu-feature-discovery/blob/v0.2.0-rc.1/deployments/helm/gpu-feature-discovery/charts/node-feature-discovery/values.yaml -#### Installing via `helm install`from the `gpu-feature-discovery` `helm` repository +#### Installing via `helm install` from the `gpu-feature-discovery` `helm` repository The preferred method of deployment is with `helm install` via the `gpu-feature-discovery` `helm` repository.