Deploying with a hook command, without any manifests #8396
Labels
area/deploy
kind/friction
Issues causing user pain that do not have a workaround
priority/p3
agreed that this would be good to have, but no one is available at the moment.
Expected behavior
I'd like to be able to deploy OpenFaaS functions via HTTP/REST using
faas-cli deploy
. This does work using an after hook, but a spurious and unnecessary Kubernetes YAML file is required, which makes using Skaffold confusing for users.Actual behavior
A dummy deployment file is required with 0 replicas i.e.
OpenFaaS stack.yml
Steps to reproduce the behavior
Full example plus additional context on the current issues: https://github.com/alexellis/openfaas-skaffold-faas-cli
The text was updated successfully, but these errors were encountered: