You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deployment/kubernetes.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,6 @@ This guide is for deployment to a vanilla Kubernetes 1.8 or 1.9 cluster running
6
6
7
7
OpenFaaS is Kubernetes-native and uses *Deployments*, *Services* and *Secrets*. For more detail check out the ["faas-netes" repository](https://github.com/openfaas/faas-netes).
8
8
9
-
!!! note
10
-
For deploying on a cloud that supports Kubernetes *LoadBalancers* you may also want to apply the configuration in: `cloud/lb.yml`.
11
-
12
9
### 1.0 Build a cluster
13
10
14
11
You can start evaluating FaaS and building functions on your laptop or on a VM (cloud or on-prem).
@@ -60,16 +57,18 @@ This step assumes you are running `kubectl` on a master host.
0 commit comments