eclipse-symphony / symphony

Symphony project
MIT License
33 stars 20 forks source link

maestro samples run hello-k8s failed #72

Closed msftcoderdjw closed 5 months ago

msftcoderdjw commented 5 months ago

image

Haishi2016 commented 5 months ago

Are you running this against minikube? It will have problem allocating a public IP for the service. Maybe we have to customize the templates for minikube.

msftcoderdjw commented 5 months ago

Yes I tried this against minikube but I have started tunnel. I founnd this seems to be postAction script is executed too quick, at that moment, service "sample-prometheus-instance" was not started yet. I modified meastro a bit and add verbose log,

image

After waiting a couple of seconds, we can see the postAction script can run successfuly. image