@@ -20,8 +20,7 @@ arkade install inlets-operator \
2020 --provider $PROVIDER \ # Name of the cloud provider to provision the exit-node on.
2121 --region $REGION \ # Used with cloud providers that require a region.
2222 --zone $ZONE \ # Used with cloud providers that require zone (e.g. gce).
23- --token-file $HOME /Downloads/key.json \ # Token file/Service Account Key file with the access to the cloud provider.
24- --license-file $HOME /.inlets/LICENSE
23+ --token-file $HOME /Downloads/key.json # Token file/Service Account Key file with the access to the cloud provider.
2524```
2625
2726## Install using helm
@@ -67,8 +66,7 @@ Assuming you have created an API key and saved it to `$HOME/Downloads/do-access-
6766arkade install inlets-operator \
6867 --provider digitalocean \
6968 --region lon1 \
70- --token-file $HOME /Downloads/do-access-token \
71- --license-file $HOME /.inlets/LICENSE
69+ --token-file $HOME /Downloads/do-access-token
7270```
7371
7472### Create tunnel servers on AWS EC2
@@ -145,8 +143,7 @@ arkade install inlets-operator \
145143 --provider ec2 \
146144 --region eu-west-1 \
147145 --token-file $HOME /Downloads/access-key \
148- --secret-key-file $HOME /Downloads/secret-access-key \
149- --license-file $HOME /.inlets/LICENSE
146+ --secret-key-file $HOME /Downloads/secret-access-key
150147```
151148
152149### Create tunnel servers on Google Compute Engine (GCE)
@@ -191,8 +188,7 @@ arkade install inlets-operator \
191188 --provider gce \
192189 --project-id $PROJECTID \
193190 --zone us-central1-a \
194- --token-file key.json \
195- --license-file $HOME /.inlets/LICENSE
191+ --token-file key.json
196192```
197193
198194### Create tunnel servers on Azure
@@ -270,6 +266,5 @@ Install with inlets Pro:
270266arkade install inlets-operator \
271267 --provider linode \
272268 --region us-east \
273- --access-key $LINODE_ACCESS_KEY \
274- --license-file $HOME /.inlets/LICENSE
275- ```
269+ --access-key $LINODE_ACCESS_KEY
270+ ```
0 commit comments