serverless / serverless-kubeless

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

kubeless creates ingress object without address #172

Closed bilalrazamoon closed 5 years ago

bilalrazamoon commented 5 years ago

I deploy AWS ALB (Application Load Balancer) with the help of this guide: https://kubernetes-sigs.github.io/aws-alb-ingress-controller/guide/controller/setup/#kubectl

I deployed function:

NAME    NAMESPACE   HANDLER         RUNTIME     DEPENDENCIES    STATUS   
echo    default     echo.handler    python2.7                   1/1 READY

and created http trigger:

NAME    NAMESPACE   FUNCTION NAME
echo    default     echo

it created ingress object without address:

NAME   HOSTS             ADDRESS   PORTS   AGE
echo   foo.example.com             80      11m

What I did wrong and what I missed?

bilalrazamoon commented 5 years ago

My mistake, I would had to post on kubeless repo.