docs: remove deprecated flags from docs

This commit is contained in:
Malte Poll 2023-08-02 10:45:52 +02:00
parent 7ea48dddef
commit e5f7b9079b
9 changed files with 10 additions and 12 deletions

View file

@ -7,7 +7,7 @@ This document describes how to deploy NFS in Constellation using Rook.
The cluster needs at least 3 worker nodes, default machines are powerful enough.
```bash
constellation create --name nfs -c 1 -w 3
constellation create --name nfs
```
## Deploy CSI Driver

View file

@ -28,7 +28,7 @@ bazel build //cli:cli_oss_darwin_arm64 # cross compile CLI for mac arm64
### Run
* `bazel run --run_under="cd $PWD &&" //cli:cli_oss -- create -c 1 -w 1` - build + run a target with arguments in current working directory
* `bazel run --run_under="cd $PWD &&" //cli:cli_oss -- create --yes` - build + run a target with arguments in current working directory
### Pre-PR checks