Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4- file for the app is failing #50

Open
bouzid-kenna opened this issue Oct 18, 2023 · 1 comment
Open

4- file for the app is failing #50

bouzid-kenna opened this issue Oct 18, 2023 · 1 comment

Comments

@bouzid-kenna
Copy link

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
@DickChesterwood
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants