No Activitiy related to knative-service on 1.18 of K8's
See original GitHub issueHi Team,
I have deployed the https://raw.githubusercontent.com/kubeflow/manifests/master/kfdef/kfctl_istio_dex.yaml
on my Kubernetes(v1.18.4). We have tried running some examples like sklearn and hello-world. We dont see any pods running on admin namespace.
Additional Info:
kubectl describe inferenceservice -n admin
Name: sklearn-iris
Namespace: admin
Labels: <none>
Annotations: kubectl.kubernetes.io/last-applied-configuration:
{"apiVersion":"serving.kubeflow.org/v1alpha2","kind":"InferenceService","metadata":{"annotations":{"sidecar.istio.io/inject":"false"},"nam...
sidecar.istio.io/inject: false
API Version: serving.kubeflow.org/v1alpha2
Kind: InferenceService
Metadata:
Creation Timestamp: 2020-07-17T18:23:45Z
Generation: 1
Managed Fields:
API Version: serving.kubeflow.org/v1alpha2
Manager: kubectl
Operation: Update
Time: 2020-07-17T18:23:44Z
Resource Version: 366999
Self Link: /apis/serving.kubeflow.org/v1alpha2/namespaces/admin/inferenceservices/sklearn-iris
UID: c8d308b4-639d-4cb7-ad11-4f26231a2329
Spec:
Default:
Predictor:
Sklearn:
Resources:
Limits:
Cpu: 1
Memory: 2Gi
Requests:
Cpu: 1
Memory: 2Gi
Runtime Version: v0.3.0
Storage Uri: gs://kfserving-samples/models/sklearn/iris
Events: <none>
We see that there is no activity related to knative-service on the cluster. Is there a work-around for this problem.
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (4 by maintainers)
Top Results From Across the Web
knative not working on microk8s 1.18 (Ubuntu 20.04) #1517
The deployment seems to occur fine but then when I inspect the running services, they cannot seem to access the internet to download...
Read more >v0.18 release - Knative
A new version of Knative is now available across multiple components. Follow the instructions in the documentation Installing Knative for the respective ...
Read more >Kubernetes Cluster Ingress & Knative install fails on self ...
The ingress error seems to be caused by the helm chart for nginx-ingress. The default service type is LoadBalancer, and it's not customized...
Read more >Could not resolve host: http://helloworld-go.default.mydomain ...
I am new to knative. I have installed minikube for cluster support and all the required tools for knative . While creating the...
Read more >Troubleshooting | Google Kubernetes Engine (GKE)
Note: If the Compute Engine default service account is not used in your node pools when creating a GKE cluster, or adding node...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
released in 0.4.1
@chinmay22897 hi, I am using regular kubernetes install, but since I am focusing to inference only, at the moment, I decided to follow standalone KFserving install route. All seems working with 1.17, but I continue to test, still learning.