Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Errors when running imagenet sample (kubeflow#761)
* Typo in README.txt INGRESS_GATEWAY is a variable * Namespace for samples cannot be default namespace When I apply the imagenet.yaml (kubectl create -f imagenet.yaml), I get the error Error from server: error when creating "imagenet.yaml": admission webhook "inferenceservice.kfserving-webhook-server.validator" denied the request: Cannot create the Inferenceservice "imagenet" in namespace "default": the namespace lacks label "serving.kubeflow.org/inferenceservice: enabled" I guess that the inferenceservice must be applied in the <user_namespace> (as the other samples)
- Loading branch information