mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-21 21:44:39 -04:00
docs: remove deprecated flags from docs
This commit is contained in:
parent
92b0cd5a21
commit
82de0b83bd
10 changed files with 16 additions and 25 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
|
||||
```
|
||||
|
||||
## 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