k8s-fleetman icon indicating copy to clipboard operation
k8s-fleetman copied to clipboard

4- file for the app is failing

Open bouzid-kenna opened this issue 1 year ago • 1 comments

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

bouzid-kenna avatar Oct 18 '23 12:10 bouzid-kenna

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).

DickChesterwood avatar Oct 18 '23 20:10 DickChesterwood