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
When you apply -4 file I get this.
resource mapping not found for name: "fleetman-driver-monitoring" namespace: "" from "4-application-full-stack.yaml": no matches for kind "ServiceEntry" in version "networking.istio.io/v1alpha3"
ensure CRDs are installed first
I looked at the yaml i found the host is not right I guess, i looked at case 23 it does not correlate with issue I am having.
Thanks for this, I'd forgotten about the exisitence of that serviceentry because it actually doesn't get used in the course (planned chapter on this still isn't in the course).
I think you can safely remove this entire block and reapply, can you report back on if the demo still works without it?
I hadn't noticed that this API has changed versions though, the docs page is still showing the use of that alpha3 version (sorry can't check this as I'm on the road right now).
When you apply -4 file I get this.
resource mapping not found for name: "fleetman-driver-monitoring" namespace: "" from "4-application-full-stack.yaml": no matches for kind "ServiceEntry" in version "networking.istio.io/v1alpha3"
ensure CRDs are installed first
I looked at the yaml i found the host is not right I guess, i looked at case 23 it does not correlate with issue I am having.
See case #23
apiVersion: networking.istio.io/v1alpha3
kind: ServiceEntry
metadata:
name: fleetman-driver-monitoring
spec:
hosts:
location: MESH_EXTERNAL
ports:
name: http-port
protocol: HTTP
name: https-port-for-tls-origination
protocol: HTTPS
resolution: DNS
The text was updated successfully, but these errors were encountered: