Skip to content

Commit 425fb51

Browse files
committed
Add notes on listing regions
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 6e46d2a commit 425fb51

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/reference/inlets-operator.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,27 @@ arkade install inlets-operator \
6969
--token-file $HOME/Downloads/do-access-token
7070
```
7171

72+
If you have `doctl` installed, you can list the available regions and see whether they have available capacity to launch a new VM.
73+
74+
```bash
75+
doctl compute region ls
76+
Slug Name Available
77+
nyc1 New York 1 true
78+
sfo1 San Francisco 1 false
79+
nyc2 New York 2 false
80+
ams2 Amsterdam 2 false
81+
sgp1 Singapore 1 true
82+
lon1 London 1 true
83+
nyc3 New York 3 true
84+
ams3 Amsterdam 3 true
85+
fra1 Frankfurt 1 true
86+
tor1 Toronto 1 true
87+
sfo2 San Francisco 2 true
88+
blr1 Bangalore 1 true
89+
sfo3 San Francisco 3 true
90+
syd1 Sydney 1 true
91+
```
92+
7293
### Create tunnel servers on AWS EC2
7394

7495
Instructions for [AWS EC2](https://aws.amazon.com/ec2/)

0 commit comments

Comments
 (0)