mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16: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,13 +23,12 @@ spawn asciinema rec --overwrite /recordings/github-readme.cast
|
|||
send "\r"
|
||||
expect_prompt
|
||||
|
||||
run_command "constellation create"
|
||||
expect -re "y\/n"
|
||||
send "y"
|
||||
send "\r"
|
||||
run_command "constellation config generate gcp"
|
||||
expect_prompt
|
||||
run_command "constellation iam create gcp --update-config --projectID constellation-331613 --serviceAccountID constellation-demo --zone europe-west3-b -y"
|
||||
expect_prompt
|
||||
|
||||
run_command "constellation apply"
|
||||
run_command "constellation apply -y"
|
||||
expect_prompt
|
||||
|
||||
run_command "export KUBECONFIG=/constellation/constellation-admin.conf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue