Skip to content

Commit

Permalink
docs: Remove installation and quick-start instructions
Browse files Browse the repository at this point in the history
These are to be rewritten by a Helm chart support commits
coming in near future.

Signed-off-by: Jukka Rissanen <[email protected]>
  • Loading branch information
jukkar authored and klihub committed Jun 12, 2023
1 parent e8b1d32 commit 4a40df1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 111 deletions.
1 change: 0 additions & 1 deletion docs/resource-policy/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Resource Policy Plugin
:caption: Contents:

introduction.md
quick-start.md
installation.md
setup.md
policy/index.rst
Expand Down
25 changes: 0 additions & 25 deletions docs/resource-policy/installation.md
Original file line number Diff line number Diff line change
@@ -1,26 +1 @@
# Installation

## Installing from sources

You will need at least `git`, {{ '`golang '+ '{}'.format(golang_version) + '`' }} or newer,
`GNU make`, `bash`, `find`, `sed`, `head`, `date`, and `install` to be able to build and install
from sources.

Although not recommended, you can install NRI Resource Policy from sources:

```console
git clone https://github.com/containers/nri-plugins
make && make images
```

After the images are created, you can copy the tar images from `build/images` to
the target device and deploy the relevant DaemonSet deployment file found also
in images directory.

For example, you can deploy topology-aware resource policy like this:

```console
cd build/images
ctr -n k8s.io image import nri-resource-policy-topology-aware-image-321ca3aad95e.tar
kubectl apply -f nri-resource-policy-topology-aware-deployment.yaml
```
85 changes: 0 additions & 85 deletions docs/resource-policy/quick-start.md

This file was deleted.

0 comments on commit 4a40df1

Please sign in to comment.