Skip to content

Commit 47af47d

Browse files
committed
Add TOKEN to instructions
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 3cd10f3 commit 47af47d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/install-agent.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,14 @@ Example to paste into userdata (or manually via SSH):
3636
```bash
3737
#!/bin/bash
3838

39-
curl -LSsf https://get.actuated.com | LICENSE="" \
39+
curl -LSsf https://get.actuated.com | LICENSE="" \
40+
TOKEN="" \
4041
DOCKER_USERNAME="" \
4142
DOCKER_PASSWORD="" \
4243
HOME="/root" bash -
4344
```
4445

46+
* `TOKEN` - this is an API token for the enrollment service - reach out and we'll generate this for you
4547
* `LICENSE` - the key you purchased for actuated
4648
* `DOCKER_USERNAME` and `DOCKER_PASSWORD` - your Docker Hub credentials for the pull-through cache - leave these empty to cache with anonymous pulls
4749
* `HOME` - the home directory of the user running the script - this is required during userdata since HOME is usually an unset variable.

0 commit comments

Comments
 (0)