mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-22 06:50:43 -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
|
@ -25,7 +25,7 @@ expect_prompt
|
|||
|
||||
run_command "# Step 1: Create cloud environment"
|
||||
expect_prompt
|
||||
run_command "constellation create --control-plane-nodes 3 --worker-nodes 2"
|
||||
run_command "constellation create"
|
||||
expect -re "y\/n"
|
||||
send "y"
|
||||
send "\r"
|
||||
|
|
|
@ -23,7 +23,7 @@ spawn asciinema rec --overwrite /recordings/github-readme.cast
|
|||
send "\r"
|
||||
expect_prompt
|
||||
|
||||
run_command "constellation create --control-plane-nodes 3 --worker-nodes 2"
|
||||
run_command "constellation create"
|
||||
expect -re "y\/n"
|
||||
send "y"
|
||||
send "\r"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue