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.
This should allow passing the --update-cloud flag which will
only upgrade/install the OFC core components (chart AND stack.yaml etc)
This also fixes the ClusterIssuer -> Issuer move so the secrets for DNS
need to be in the issuer namespace
Signed-off-by: Alistair Hey <[email protected]>
Copy file name to clipboardExpand all lines: USER_GUIDE.md
+7-47
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ You will need admin access to a Kubernetes cluster, some CLI tooling and a GitHu
4
4
5
5
## Pre-reqs
6
6
7
-
This tool automates the installation of OpenFaaS Cloud on Kubernetes. Before starting you will need to install some tools and then create either a local or remote cluster.
7
+
This tool automates the installation of OpenFaaS Cloud on Kubernetes. Before starting, you will need to install some tools and then create either a local or remote cluster.
8
8
9
9
For your cluster the following specifications are recommended:
10
10
@@ -513,28 +513,8 @@ At this point you can also view your UI dashboard at: http://127.0.0.1:31112
513
513
514
514
## Re-deploy the OpenFaaS Cloud functions (advanced)
515
515
516
-
If you run the step above `Access your OpenFaaS UI or API`, then you can edit settings for OpenFaaS Cloud and redeploy your functions. This is an advanced step.
517
-
518
-
```
519
-
cd tmp/openfaas-cloud/
520
-
521
-
# Edit stack.yml
522
-
# Edit github.yml or gitlab.yml
523
-
# Edit gateway_config.yml
524
-
# Edit buildshiprun_limits.yml
525
-
526
-
# Edit aws.yml if you want to change AWS ECR settings such as the region
527
-
528
-
# Update all functions
529
-
faas-cli deploy -f stack.yml
530
-
531
-
532
-
# Update AWS ECR functions if needed
533
-
faas-cli deploy -f aws.yml
534
-
535
-
# Update a single function, such as "buildshiprun"
0 commit comments