Skip to content

Commit 42dd2d5

Browse files
committed
Annotate openfaas install
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent fac9978 commit 42dd2d5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

_posts/2020-10-28-puppeteer-scraping.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,23 @@ You can deploy OpenFaaS to Kubernetes or on a small VM using the [faasd project]
7575
For the impatient, our [arkade tool](https://get-arkade.dev) can get you up and running in less than 5 minutes. You'll just need to have [Docker](https://docker.com/) installed on your computer.
7676

7777
```bash
78+
# Get arkade, and move it to $PATH
7879
curl -sLS https://get-arkade.dev | sh
7980
sudo mv arkade /usr/local/bin/
8081

81-
arkade get kind
82+
# Run Kubernetes locally
83+
arkade get kind
84+
85+
# Kubernetes CLI
8286
arkade get kubectl
87+
88+
# OpenFaaS CLI
8389
arkade get faas-cli
8490

91+
# Create a cluster
8592
kind create cluster
8693

94+
# Install openfaas
8795
arkade install openfaas
8896
```
8997

0 commit comments

Comments
 (0)