Skip to content

Commit 011f09f

Browse files
committed
Remove note on arkade
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 045e9eb commit 011f09f

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

docs/reference/profiles.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -208,14 +208,7 @@ If you're already using Profiles for your functions, then you can update the `po
208208

209209
A popular alternative container runtime class is [gVisor](https://gvisor.dev/) that provides additional sandboxing between containers. If you have created a cluster that is using gVisor, you will need to set the `runTimeClass` on the Pods that are created. This is not exposed in the OpenFaaS API, but it can be set via a Profile.
210210

211-
1. Install the latest `faas-netes` release and the CRD. The is most easily done with [`arkade`](https://github.com/alexellis/arkade)
212-
```sh
213-
arkade install openfaas \
214-
--set openfaasPro=true
215-
```
216-
This default installation will enable Profiles.
217-
218-
2. Create a Profile to apply the runtime class
211+
1. Create a Profile to apply the runtime class
219212
```yaml
220213
kubectl apply -f- << EOF
221214
kind: Profile
@@ -228,7 +221,7 @@ A popular alternative container runtime class is [gVisor](https://gvisor.dev/) t
228221
EOF
229222
```
230223

231-
3. Let your developers know that they need to use this annotation
224+
2. Let your developers know that they need to use this annotation
232225

233226
```
234227
com.openfaas.profile: gvisor

0 commit comments

Comments
 (0)