Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EKS: TypeError: Cannot read property 'runtime-images' of undefined #6656

Open
nodesocket opened this issue Sep 9, 2019 · 0 comments
Open

Comments

@nodesocket
Copy link

Trying to run serverless deploy against a Kubernetes cluster running on Amazon EKS but getting the error:

serverless deploy -v
Serverless: Packaging service...
Serverless: Excluding development dependencies...
Unable to find required information for authenticating against the cluster
Unable to find required information for authenticating against the cluster

  Type Error ---------------------------------------------

  TypeError: Cannot read property 'runtime-images' of undefined

I thought this issue was in Kubeless, so I opened up an issue there vmware-archive/kubeless#1078 but the Kubeless cli is able to successfully deploy a function to my Kubernetes EKS cluster using:

kubeless function deploy hello --runtime python2.7 from-file test.py handler test.hello

Which leads me to believe the actual issue is indeed in the serverless cli. Any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants