0

Is there a way how to pass explicitly Dockerfile to func kubernetes deploy command? (smth like -f in docker build command) https://learn.microsoft.com/en-us/azure/azure-functions/functions-kubernetes-keda

Andrew K
  • 369
  • 1
  • 3
  • 13

1 Answers1

0

No you can't. you need to create a deployment yaml and then

func kubernetes deploy --name hello-keda --registry --javascript --dry-run > deploy.yaml

Sajeetharan
  • 216,225
  • 63
  • 350
  • 396