Skip to content

Commit

Permalink
Correct Tensorflow sample's URL in the Dev Guide (kubeflow#1686)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhdev authored Jun 23, 2021
1 parent 391227d commit 774626b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ make deploy-dev-storageInitializer

### Smoke test after deployment
```bash
kubectl apply -f docs/samples/tensorflow/tensorflow.yaml
kubectl apply -f docs/samples/v1beta1/tensorflow/tensorflow.yaml
```
You should see model serving deployment running under default or your specified namespace.

Expand Down Expand Up @@ -264,9 +264,9 @@ Reissued from statefulset/default: create Pod default-0 in StatefulSet default f
Or while you are deploying the models

```shell
kubectl apply -f docs/samples/tensorflow/tensorflow.yaml
Error from server (InternalError): error when creating "docs/samples/tensorflow/tensorflow.yaml":
Internal error occurred: failed calling webhook "inferenceservice.kfserving-webhook-server.defaulter":
kubectl apply -f docs/samples/v1beta1/tensorflow/tensorflow.yaml
Error from server (InternalError): error when creating "docs/samples/v1beta1/tensorflow/tensorflow.yaml":
Internal error occurred: failed calling webhook "inferenceservice.kfserving-webhook-server.defaulter":
Post https://kfserving-webhook-server-service.kfserving-system.svc:443/mutate-inferenceservices?timeout=30s:

context deadline exceeded
Expand Down

0 comments on commit 774626b

Please sign in to comment.