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
{{ message }}
This repository was archived by the owner on Feb 2, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: USER_GUIDE.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,15 @@ This tool automates the installation of OpenFaaS Cloud on Kubernetes. Before sta
8
8
9
9
For your cluster the following specifications are recommended:
10
10
11
-
*2-3 nodes with 1-2 vCPU and 2-4GB RAM each
11
+
*3-4 nodes with 2 vCPU each and 4GB RAM
12
12
13
-
These are guidelines and not a hard requirement, you may well be able to run with fewer resources.
13
+
These are guidelines and not a hard requirement, you may well be able to run with fewer resources, but please do not ask for support if you use less and run into problems.
14
+
15
+
> Note: You must use Intel hardware, ARM such as arm64 and armhf (Raspberry Pi) is not supported and not on the roadmap either. This could change if a company was willing to sponsor and pay for the features and ongoing maintenance.
14
16
15
17
### Note for k3s users
16
18
17
-
If using k3s. ofc-bootstrap uses Nginx for its IngressController, but k3s ships with Traefik and this will configuration is incompatible. When you set up k3s, make sure you pass the `--no-deploy traefik` flag.
19
+
If you are using k3s, then you will need to disable Traefik. ofc-bootstrap uses nginx-ingress for its IngressController, but k3s ships with Traefik and this will configuration is incompatible. When you set up k3s, make sure you pass the `--no-deploy traefik` flag.
18
20
19
21
Example with [k3sup](https://k3sup.dev):
20
22
@@ -28,7 +30,7 @@ Example with [k3d](https://github.com/rancher/k3d):
28
30
k3d create --server-arg "--no-deploy=traefik"
29
31
```
30
32
31
-
> From Alex: If you're planning on using k3s with DigitalOcean, please stop and think why you are doing this instead of using the managed service called DOKS. DOKS is a free, managed control-plane and much less work for you, k3s on Droplets will be more expensive given that you have to run your own "master".
33
+
> A note on DigitalOcean: if you're planning on using k3s with DigitalOcean, please stop and think why you are doing this instead of using the managed service called DOKS. DOKS is a free, managed control-plane and much less work for you, k3s on Droplets will be more expensive given that you have to run your own "master".
0 commit comments