Azure / mec-app-solution-accelerator

Application Solution Accelerator for Multi-access Edge Compute (MEC)
MIT License
37 stars 10 forks source link

[P0] Error at the end of deployment script running on Windows / AKS EE #166

Closed CESARDELATORRE closed 1 month ago

CESARDELATORRE commented 1 month ago

Successfully installed MEC-Accelerator!

Alerts-UI and Control-Plane-UI services deployed in:

error: error parsing jsonpath | Control Plane web app URL (control-plane-ui-service pod) | http://{.status.loadBalancer.ingress[*].ip}:{.spec.ports[*].port} |{\n}, unrecognized character in action: U+005C '\'

error: error parsing jsonpath | Alerts Dashboard web app (alerts-ui pod) | http://{.status.loadBalancer.ingress[*].ip}:{.spec.ports[*].port} |{\n}, unrecognized character in action: U+005C '\'

image

CESARDELATORRE commented 1 month ago

Fixed with this PR https://github.com/Azure/mec-app-solution-accelerator/pull/167

and now finishes like this:

image

close when verified from your side, Victor.