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:
- 2oujlno5e4.execute-api.us-east-1.amazonaws.com
location: MESH_EXTERNAL
ports:
- number: 80
name: http-port
protocol: HTTP
- number: 443
name: https-port-for-tls-origination
protocol: HTTPS
resolution: DNS
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