mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
docs: refer to apply command instead of init
or upgrade apply
(#2487)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
fff35bdb2a
commit
f4bfbe3564
18 changed files with 49 additions and 40 deletions
|
@ -33,7 +33,7 @@ expect_prompt
|
|||
|
||||
run_command "# Step 2: Initialize Constellation"
|
||||
expect_prompt
|
||||
run_command "constellation init"
|
||||
run_command "constellation apply"
|
||||
expect_prompt
|
||||
|
||||
run_command "# Wait for cluster to finish bootstrapping..."
|
||||
|
|
|
@ -29,7 +29,7 @@ send "y"
|
|||
send "\r"
|
||||
expect_prompt
|
||||
|
||||
run_command "constellation init"
|
||||
run_command "constellation apply"
|
||||
expect_prompt
|
||||
|
||||
run_command "export KUBECONFIG=/constellation/constellation-admin.conf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue