Questions tagged [knative-serving]

108 questions
0
votes
0 answers

Cloud Run for Anthos service queue-proxy container keeps crashing

I have a Cloud Run for Anthos service running on my kubernetes cluster managed in Google Kubernetes Engine. Out of nowhere all the services deployed stopped responding. The cause of the issue is that the service's pods' queue-proxy container started…
0
votes
1 answer

Single request spinning 2 Knative instances when setting concurrency limit to 1

I am trying to achieve a scenario whr 5 curl requests would spin 5 pods. I have being playing around with Knative concurrency setting for autoscaling. Some observation I realise is that when I set autoscaling.knative.dev/target: "1" After curling a…
0
votes
1 answer

How do I check storage size for a Knative container and how can I increase it?

I have few storage related question for Knative apps How do I check how much storage space do I have for a stateless knative apps. Reason being I need the Knative pod to process a huge file of 1G before removing it. it seem to get problem…
0
votes
1 answer

Not being able to inference TensorFlow model hosted by kfserving component in Kubeflow

Hi so I am using kfserving v.0.5.1 component for hosting the model. I am able to download and deploy model from s3 but facing issue when try to access it. After deployment kfserving outputted the following…
Ahsan Naseem
  • 1,046
  • 1
  • 19
  • 38
0
votes
1 answer

Knative Eventing - NewObservedGenFailure error for helloworld sample's trigger

I am trying out sample hello world application to make use of knative events. Using the reference guide: https://knative.dev/docs/eventing/samples/helloworld/helloworld-python/ I manage to create service, deployment & trigger using the…
0
votes
1 answer

Knative & cert-manager - SSL_ERROR_SYSCALL

kubectl version Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.0", GitCommit:"cb303e613a121a29364f75cc67d3d580833a7479", GitTreeState:"clean", BuildDate:"2021-04-08T21:16:14Z", GoVersion:"go1.16.3", Compiler:"gc",…
Chris G.
  • 23,930
  • 48
  • 177
  • 302
0
votes
2 answers

How do I change Knative service's default url domain from example.com to e.g. mydomain.com

I have followed this guide https://knative.dev/docs/serving/using-a-custom-domain/ . using the command kubectl edit cm config-domain --namespace knative-serving I replaced the example.com with mydomain.com in the yaml file. I did remove _example…
0
votes
3 answers

Installing Knative without internet

Is it possible to install Knative without internet? Understand that it required K8 to pull images from internet during installation. Can I download all the necessary images to a private repository and apply yaml to do installation?
0
votes
1 answer

Knative service API token storage

I am evaluating if knative makes sense for my project. I am trying to create a service that connects to a third party API. I wonder what's the best strategy from knative perspective to store an third party API token that needs to be renewed…
Jorge
  • 1,353
  • 10
  • 25
0
votes
1 answer

openshift knative-serving operator with quota's

I'm looking into the use of Redhat Openshift Serverless operator. We have an Openshift cluster which uses resource quota's in each namespace. I've installed the operator and setup the knative-serving namespace. Knative-serving operator is set up…
0
votes
2 answers

Could not resolve host: http://helloworld-go.default.mydomain.com knative

I am new to knative. I have installed minikube for cluster support and all the required tools for knative . While creating the service in reference of this: https://knative.dev/docs/serving/getting-started-knative-app/ I am getting below…
0
votes
1 answer

KFServing pod "error: container storage-initializer is not valid"

I am new to KFServing and Kubeflow. I was following https://github.com/kubeflow/kfserving/tree/master/docs/samples/v1alpha2/tensorflow to deploy a simple inference service. However, when looking at the logs, I am unable to find the container…
0
votes
2 answers

How to extend knative serving features and add new features to it?

I'm currently evaluating Knative Serving as an alternative to deploy my applications to Kubernetes. I'm wondering if it is possible is to extend Knative features to offer more capabilities to my application developers, for example, I would like them…
0
votes
1 answer

why my knative trigger status Unknown due to TopicReady Unknown?

Recently I'm trying out the Knative sample https://github.com/meteatamel/knative-tutorial/blob/master/docs/image-processing-pipeline.md, I have created knative trigger with default broker(MTChannelBasedBroker) & trigger, I have also installed the…
0
votes
1 answer

How to tells Knative Pod Autoscaler not to kill in-progress long running pod

My goal: Implement a cron job run once per week and I intend to implement this topology on Knative to save the computing resources: PingSource -> knative service The PingSource will emit a dummy event to a knative service once per week just to bring…
Esca Tran
  • 129
  • 1
  • 3
  • 14