mirror of
https://github.com/openfaas/faas.git
synced 2025-06-21 14:23:25 +00:00
With this change /system/info endpoint is going to give information about the platform architecture it is running on (arm64, armhf, x86_64) Signed-off-by: Ivana Yovcheva (VMware) <iyovcheva@vmware.com>
Integration testing
These tests should be run against the sample stack included in the repository root.
Deploy the stack
./deploy_stack.sh
faas-cli deploy -f ./stack.yml
Remove the stack
- Delete all OpenFaaS deployed functions
faas-cli remove
docker stack rm func