serverless / serverless-kubeless

This plugin enables support for Kubeless within the Serverless Framework.
Apache License 2.0
303 stars 81 forks source link

Can't overwrite function name by using name option #210

Open cscetbon opened 4 years ago

cscetbon commented 4 years ago

Using name option doesn't do anything

functions:
  playground:
    handler: handler.playgroundHandler
    name: ${self:provider.stage}-${self:provider.namespace}-kubeless-playground

the function deployed is still named playground when it should be prod-ns1-kubeless-playground

andresmgot commented 4 years ago

That parameter is not supported yet for Kubeless as far as I recall.

cscetbon commented 4 years ago

Then I guess this issue is a feature request then