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

Serverless Knative Provider Plugin – Adds Knative to the Serverless Framework

Results 9 serverless-knative issues
Sort by recently updated
recently updated
newest added

**Goal:** I'm attempting to support multiple functions, primarily Spring Boot applications, within a single repository. The goal is to be able to share common code like domain classes and define...

I followed the quickstart guide - https://www.serverless.com/framework/docs/providers/knative/guide/quick-start node - v16.14.2 serverless version: Framework Core: 3.10.2 Plugin: 6.2.1 SDK: 4.3.2 I was able to setup knative successfully on AKS Cluster. Creating...

## What has changed - Fixed the istio ingress IP identification - Updated the dependencies as well. (This requires proper release versions to be used in `package.json`)

this is my serverless.yml service: my-knative-java provider: name: knative docker: username: zhaogaiwen password: zhao19901013 functions: hello: handler: hello-world.dockerfile context: ./code plugins: serverless-knative this is the exception: Serverless: Deploying Kubernetes namespace...

help wanted

⚠️⚠️ Deployed the sample serverless function from [https://www.serverless.com/framework/docs/providers/knative/guide/quick-start/](https://www.serverless.com/framework/docs/providers/knative/guide/quick-start/) in **Knative** on the local machine in minikube. It deployed without any issue but when invoke with `serverless invoke -f hello` return...

help wanted

At the moment you have to provide the credentials for pushing a docker image directly in the configuration. Even when these can be picked up from an environment variable, this...

enhancement
help wanted

Hi, How do you set environment variable for a function? Ex. I want to set AWS_ID, database secrets to a function. Thank you

# Feature Proposal It seems in the provider knative, if we mention the function handler as docker file, server less use the host docker deamon and build the image and...

enhancement
help wanted

Knative Services should be invoked via the Service's `status.url` property instead of setting a host header and directly trying to hit the Istio ingress gateway. Not all Knative installations use...