mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-04 21:14:14 -04:00
docs: remove deprecated flags from docs
This commit is contained in:
parent
7ea48dddef
commit
e5f7b9079b
9 changed files with 10 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue