Skip to content

Commit

Permalink
Add arkade install command
Browse files Browse the repository at this point in the history
  • Loading branch information
alexellis committed Jul 22, 2020
1 parent bda4084 commit 85b54f5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README-OPERATOR.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,19 @@ kubectl apply -f figlet-crd.yaml

You can deploy OpenFaaS and the operator using helm, or generate static YAML through the `helm template` command.

### Deploy OpenFaaS with the operator
### Deploy OpenFaaS with the operator (arkade)

Two namespaces will be created - `openfaas` for the core services and `openfaas-fn` for functions.

```bash
arkade install openfaas --operator
```

You will see the connection info and password after the command has completed, you can get the info back at any point in time with the `arkade info openfaas` command.

* [Download arkade](https://github.com/alexellis/arkade)

### Deploy OpenFaaS with the operator (helm 3)

Two namespaces will be used - `openfaas` for the core services and `openfaas-fn` for functions.

Expand Down

0 comments on commit 85b54f5

Please sign in to comment.