mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-01 03:26:08 -04:00
docs: update asciinema videos (#2777)
This commit is contained in:
parent
d525be4a49
commit
2af34ceaf4
9 changed files with 2764 additions and 2676 deletions
|
@ -23,26 +23,21 @@ spawn asciinema rec --overwrite /recordings/create-cluster.cast
|
|||
send "\r"
|
||||
expect_prompt
|
||||
|
||||
run_command "# Step 1: Create cloud environment"
|
||||
run_command "# Step 1: Create the Constellation cluster"
|
||||
expect_prompt
|
||||
run_command "constellation create"
|
||||
run_command "constellation apply"
|
||||
expect -re "y\/n"
|
||||
send "y"
|
||||
send "\r"
|
||||
expect_prompt
|
||||
|
||||
run_command "# Step 2: Initialize Constellation"
|
||||
expect_prompt
|
||||
run_command "constellation apply"
|
||||
expect_prompt
|
||||
|
||||
run_command "# Wait for cluster to finish bootstrapping..."
|
||||
expect_prompt
|
||||
# Without a sleep we only see a single node, not 5.
|
||||
run_command "sleep 300"
|
||||
expect_prompt
|
||||
|
||||
run_command "# Step 3: Connect to Constellation"
|
||||
run_command "# Step 2: Connect to Constellation"
|
||||
expect_prompt
|
||||
run_command "export KUBECONFIG=/constellation/constellation-admin.conf"
|
||||
expect_prompt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue