You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deployment and Ingress ApiVersion is out of date, so I can't proceed with the tutorial.
$ kubectl create -f ./bootcamp.yaml (git)[master]
resource mapping not found for name: "bootcamp-v1" namespace: "" from "./bootcamp.yaml": no matches for kind "Deployment" in version "apps/v1beta1"
ensure CRDs are installed first
resource mapping not found for name: "bootcamp-v2" namespace: "" from "./bootcamp.yaml": no matches for kind "Deployment" in version "apps/v1beta1"
ensure CRDs are installed first
$ kubectl create -f ./bootcamp-ingress.yaml (git)[master]
error: resource mapping not found for name: "bootcamp" namespace: "" from "./bootcamp-ingress.yaml": no matches for kind "Ingress" in version "extensions/v1beta1"
ensure CRDs are installed first
Deployment and Ingress ApiVersion is out of date, so I can't proceed with the tutorial.
istio-request-routing/bootcamp.yaml
Line 1 in bcd357d
istio-request-routing/bootcamp.yaml
Line 22 in bcd357d
istio-request-routing/bootcamp-ingress.yaml
Line 1 in bcd357d
The text was updated successfully, but these errors were encountered: