We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9dee8a commit 3018c3cCopy full SHA for 3018c3c
lab1b.md
@@ -233,10 +233,10 @@ curl -SLsf https://get.k3sup.dev/ | sh
233
If you're using a managed cloud Kubernetes service which supplies LoadBalancers, then run the following:
234
235
```sh
236
-k3sup app install openfaas --loadbalancer
+k3sup app install openfaas --load-balancer
237
```
238
239
-> Note: the `--loadbalancer` flag has a default of `false`, so by passing the flag, the installation will request one from your cloud provider.
+> Note: the `--load-balancer` flag has a default of `false`, so by passing the flag, the installation will request one from your cloud provider.
240
241
If you're using a local Kubernetes cluster or a VM, then run:
242
0 commit comments