``` The Ingress "mying" is invalid: * spec.rules[0].http.paths[0].pathType: Uns . . .

daher:

The Ingress "mying" is invalid:
* spec.rules[0].http.paths[0].pathType: Unsupported value: "prefix": supported values: "Exact", "ImplementationSpecific", "Prefix

Karim Meslem:
This is kubernetes complaining about ‘pathType: prefix’ being written with a lowercase ‘p’.
Try this in your Ingress manifest: ‘pathType: Prefix’.