Questions tagged [knative-serving]

108 questions
1
vote
1 answer

Knative Ambassador Ingress

I'm trying to use Knative with ambassador. Followed below steps to install Knative, Install Knative kubectl apply --filename https://github.com/knative/serving/releases/download/v0.13.0/serving-crds.yaml kubectl apply --filename…
sharath
  • 69
  • 2
  • 9
1
vote
0 answers

Is Google blocking for Knative tls setup?

I have used a week trying to setup Knative automatically enabling tls on Google Kubernetes Engine. It simply does not work!!! Now I just found this and I am reluctant to totally obfuscate everything. Could this be blocking existing…
1
vote
1 answer

Knative: Enabling automatic TLS certificate provisioning - not working

I am trying to "Enabling automatic TLS certificate provisioning" I have a working ClusterIssuer(status: "True") and I am able to manually create a Certificate(status: "True"). I am trying to enable Automatic TLS provision mode. Environment…
Chris G.
  • 23,930
  • 48
  • 177
  • 302
1
vote
1 answer

Kubernetes Machine Learning Model Serving

Is there a suggested way to serve hundreds of machine learning models in Kubernetes? Solutions like Kfserving seem to be more suitable for cases where there is a single trained model, or a few versions of it, and this model serves all requests. For…
Aristos
  • 11
  • 1
1
vote
2 answers

Knative Service can't be triggered by Knative Broker & Trigger

I am testing Knative in GKE and Here is what I would like to do: However, I got the following error in logs of "default-broker-filter" : caller: "http/transport.go:508" error: "Post http://helloworld-python.knative-samples.svc.cluster.local:…
1
vote
2 answers

Force Google Cloud Run containers to be scheduled on nodes with a GPU

Is there a way to force services deployed using Google Cloud Run for Anthos (hosted on GKE) to be scheduled to node pools that have a GPU? I created a Kubernetes cluster by going to Kubernetes -> Create Cluster -> GPU Accelerated Computing. This…
ostrokach
  • 17,993
  • 11
  • 78
  • 90
1
vote
1 answer

dns01 validation: Certificate issuance in progress. Temporary certificate issued

Following this Setup: Client Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.1", GitCommit:"b7394102d6ef778017f2ca4046abbaa23b88c290", GitTreeState:"clean", BuildDate:"2019-04-19T22:12:47Z", GoVersion:"go1.12.4", Compiler:"gc",…
Chris G.
  • 23,930
  • 48
  • 177
  • 302
1
vote
1 answer

How to increase the execution time for apps served by knative?

We are using knative to serve a nodejs app (with express) that would execute workflows and return back the results of execution. The app would have to execute workflows which could take minutes (if not hours) to finish executing. After invoking the…
Vedo
  • 83
  • 1
  • 2
  • 10
1
vote
2 answers

Knative logging: log stash - Kibana unable to fetch mapping

For Knative logging, following the instructions here - https://github.com/knative/docs/blob/master/serving/installing-logging-metrics-traces.md#elasticsearch-kibana-prometheus--grafana-setup, I tried to visualise the logs using Kibana UI (the…
1
vote
2 answers

Knative: Run service on specific machine type

I'd occasionally like to run a processing-heavy job on demand. Knative serving seemed like a good fit since it can scale from/to zero pods. Is it possible to specify a node pool or node selector for a Knative service? Or is there some other way to…
1
vote
1 answer

How do you install knative serving on my own local k8s cluster?

I'm trying to install Knative Serving on my own local k8s cluster. All the instructions are specific to cloud providers though, are there instructions for installing on a generic k8s cluster?
Ryan Gregg
  • 2,015
  • 13
  • 16
0
votes
0 answers

Slow Knative service creation times

I have Knative v1.10.2 running on a GCP GKE cluster installed using the Knative Operator with Kourier as networking layer. I have the Knative Serving components scaled to 3 pods each. I've been using kperf to test service creation speed. I've run…
0
votes
0 answers

kubeflow deployment failed with knative domainmapping-webhook crashloopbackoff

Just install Charmed Kubeflow. Everything is ok but missing knative. Keep crashing with log below {"severity":"ERROR","timestamp":"2023-07-16T18:37:03.684598799Z","logger":"domainmapping-webhook","caller":"webhook/webhook.go:148","message":"failed…
0
votes
0 answers

.rules accessor error on changing networking layer for Knative Serving

Describe the bug On moving away from Contour to Kourier for networking layer, Knative Serving cannot be reconciled due to the follow…
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…