Skip to content

Commit 3018c3c

Browse files
committed
Fix typo
Closes: #159 Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent a9dee8a commit 3018c3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lab1b.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,10 @@ curl -SLsf https://get.k3sup.dev/ | sh
233233
If you're using a managed cloud Kubernetes service which supplies LoadBalancers, then run the following:
234234

235235
```sh
236-
k3sup app install openfaas --loadbalancer
236+
k3sup app install openfaas --load-balancer
237237
```
238238

239-
> Note: the `--loadbalancer` flag has a default of `false`, so by passing the flag, the installation will request one from your cloud provider.
239+
> Note: the `--load-balancer` flag has a default of `false`, so by passing the flag, the installation will request one from your cloud provider.
240240
241241
If you're using a local Kubernetes cluster or a VM, then run:
242242

0 commit comments

Comments
 (0)