Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not get logs from raw deployment by web-app #11

Open
LuBingtan opened this issue Aug 23, 2021 · 0 comments
Open

Can not get logs from raw deployment by web-app #11

LuBingtan opened this issue Aug 23, 2021 · 0 comments

Comments

@LuBingtan
Copy link
Contributor

/kind bug

What steps did you take and what happened:

  1. create an inference service
apiVersion: "serving.kubeflow.org/v1beta1"
kind: "InferenceService"
metadata:
  name: "flower-sample"
  annotations: 
    serving.kubeflow.org/raw: "true"
spec:
  predictor:
    tensorflow:
      storageUri: "gs://kfserving-samples/models/tensorflow/flowers"
  1. Then I tried to get logs of the isvc by web-app, but got an error

What did you expect to happen:
Get logs from raw deployment by web-app

Anything else you would like to add:

Environment:

  • Istio Version: None
  • Knative Version: None
  • KFServing Version: master
  • Kubeflow version: None
  • Kfdef:[k8s_istio/istio_dex/gcp_basic_auth/gcp_iap/aws/aws_cognito/ibm]
  • Minikube version: v1.18.1
  • Kubernetes version: (use kubectl version): v1.20.2
  • OS (e.g. from /etc/os-release): Ubuntu 18.04
@yuzisun yuzisun transferred this issue from kserve/kserve Oct 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant