Skip to content

Commit

Permalink
Notes in install-edge script
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Sep 23, 2024
1 parent fb36d2e commit c813b08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ View sample pages, reviews and testimonials on Gumroad:

OpenFaaS Edge is a commercial distribution of faasd, with enhancements and additional features from OpenFaaS Pro. The [OpenFaaS Pro EULA applies](https://github.com/openfaas/faas/blob/master/pro/EULA.md).

* Upgraded Cron Connector, JetStream Queue Worker and Classic Scale to Zero from OpenFaaS Standard
* Deploy up to 250 functions
* Upgraded Pro components from OpenFaaS Standard: Gateway, Cron Connector, JetStream Queue Worker and Classic Scale to Zero
* Deploy up to 250 functions per installation
* Configure private DNS servers
* Airgap-friendly with installation bundled in an OCI image
* Multiple namespace support
Expand Down
5 changes: 5 additions & 0 deletions hack/install-edge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ PATH=$PATH:$HOME/.arkade/bin

tmpdir=$(mktemp -d)

# crane, or docker can also be used to download the OCI image and to extract it

# Rather than the :latest tag, a specific tag can be given
# Use "crane ls ghcr.io/openfaasltd/faasd-pro" to see available tags

arkade oci install --path ${tmpdir} \
ghcr.io/openfaasltd/faasd-pro:latest

Expand Down

0 comments on commit c813b08

Please sign in to comment.