Questions tagged [knative-functions]

7 questions
2
votes
1 answer

Automatic creation of Ingress resources with Knative

Is it possible to have Knative automatically create K8s Ingress resources? Hello all, Based on the following lines from documentation, I was wondering if I can have Knative automatically create the Ingress resources for my service? I haven't found…
1
vote
1 answer

Integrating Local File Access into a Knative Function on a Local Kubernetes Cluster

I have a Python code deployed as Knative-functions in which I would like to read a file saved in the local machine under the path '/app/uploads/file.csv'. The Knative cluster is deployed localy using Kind. I would like to have read access of all the…
abdeltif-b
  • 25
  • 2
  • 6
1
vote
1 answer

KNative functions: Sclaed down to zero after 30s even if grace period is increased

I configured my KNative serving like this: apiVersion: operator.knative.dev/v1beta1 kind: KnativeServing metadata: name: knative-serving namespace: knative-serving spec: ingress: kourier: enabled: true config: network: …
rabejens
  • 7,594
  • 11
  • 56
  • 104
1
vote
0 answers

How do I create a new language pack for Knative Functions?

I'd like to be able to write Knative functions in bash. I'm thinking something like the CGI interface that Apache uses might make sense -- just write a script that can be executed in a "normal" Unix environment, and then use Apache's CGI support to…
E. Anderson
  • 3,405
  • 1
  • 16
  • 19
0
votes
0 answers

Knative Function

Which components I have to install/build to run a Python function that receives HTTP request and replies with a confirmation message. The header of this request includes a value, which represents a temperature reading? I will use JMeter to test…
Water
  • 1
0
votes
2 answers

Knative Functions with Spring Boot: Dosnt get up! Readiness Probe Failures?

I have been working on Knative functions and am experiencing some issues while deploying it. The application is a simple Java Spring Boot application (the default application that will be crated with kn func create), deployed on a Minikube cluster…
0
votes
0 answers

Knative Functions: How to add runtime?

I created a new language pack for Knative to be able to use .net to write functions. When I try to create a function using func create, I get: Error: language runtime not found How do I create / add the appropriate runtime?
rabejens
  • 7,594
  • 11
  • 56
  • 104