Easteregg
This commit is contained in:
@@ -8,6 +8,12 @@
|
||||
|
||||

|
||||
|
||||
## Instance listing when there is a gce node
|
||||
|
||||
`python3 secdep.py -l -P gce`
|
||||
|
||||

|
||||
|
||||
## Instance listing with 5 aws nodes
|
||||
|
||||

|
||||
@@ -20,3 +26,20 @@
|
||||
|
||||

|
||||
|
||||
## Instance deletion of all gce nodes 💣
|
||||
|
||||
`python3 secdep.py -P gce -a deleteall`
|
||||
|
||||

|
||||
|
||||
## Instance creation for gce 🎉
|
||||
|
||||
`python3 secdep.py -P gce -c -n test-node -g us-central1-a -s f1-micro -i debian-10-buster-v20230306 -y`
|
||||
|
||||

|
||||
|
||||
## Instance ssh connection 🔗
|
||||
|
||||
`python3 secdep.py -P gce --ssh`
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user