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
On the documentation website
*foo*s is rendered as *foo*s rather than an italic foo followed by an s.
For reference, see the attached screenshot.
Signed-off-by: Colin L. Rice <[email protected]>
Copy file name to clipboardExpand all lines: docs/deployment/kubernetes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This guide is for deployment to a vanilla Kubernetes 1.8 or 1.9 cluster running
4
4
5
5
## Kubernetes
6
6
7
-
OpenFaaS is Kubernetes-native and uses *Deployments*, *Service*s and *Secret*s. For more detail check out the ["faas-netes" repository](https://github.com/openfaas/faas-netes).
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
9
!!! note
10
10
For deploying on a cloud that supports Kubernetes *LoadBalancers* you may also want to apply the configuration in: `cloud/lb.yml`.
0 commit comments