serverless-kubeless icon indicating copy to clipboard operation
serverless-kubeless copied to clipboard

This plugin enables support for Kubeless within the Serverless Framework.

Results 45 serverless-kubeless issues
Sort by recently updated
recently updated
newest added

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...

dependencies

I followed the steps in the kubeless quickstart guide - https://www.serverless.com/framework/docs/providers/kubeless/guide/quick-start I get the below error when I try to deploy the function serverless-kubeless-project>serverless deploy function -f capitalize Warning: You're...

Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...

dependencies

kubeless/nodejs:14 is the last version released two years ago. Will there be new release for nodejs v16.x

[kubeless project](https://github.com/vmware-archive/kubeless) is no longer actively maintained, so in the decommission process the [kubernetes-bitnami](https://www.npmjs.com/~kubernetes-bitnami ) `NPM account` is also going to be removed in a few weeks' time. [serverless-kubeless package](https://www.npmjs.com/package/serverless-kubeless)...

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.527.0 to 2.814.0. Changelog Sourced from aws-sdk's changelog. 2.814.0 bugfix: Credentials: SDK will throw if shared ini file's profile name can be resolved to proto feature: EC2:...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Using the plugin on windows i am getting the following error ![image](https://user-images.githubusercontent.com/498724/126026493-4c1d02ef-da7f-40be-a959-9a67bfffeed9.png) So my workarround is modify the helper to use HOMEPATH environment variable https://github.com/serverless/serverless-kubeless/blob/510a84fa978d3e8f567a8a4a96afe9e467138f13/lib/helpers.js#L27 ![image](https://user-images.githubusercontent.com/498724/126026526-aa426fbc-1707-4771-8f6d-07fd40766a1f.png)

When attempting to deploy a simple, health check application, kubeless throws the following errors: ``` time="2021-06-02T00:40:54Z" level=error msg="Function can not be created/updated: Deployment.apps \"hello\" is invalid: spec.template.spec.containers[0].image: Required value" pkg=function-controller...