-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Remove installation and quick-start instructions
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
Showing
3 changed files
with
0 additions
and
111 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
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,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 | ||
``` |
This file was deleted.
Oops, something went wrong.