1. 程式人生 > >https://stackoverflow.com/questions/51751426/failed-to-run-the-da-platform-trial-vm

https://stackoverflow.com/questions/51751426/failed-to-run-the-da-platform-trial-vm

https://stackoverflow.com/questions/51751426/failed-to-run-the-da-platform-trial-vm

 

Try running kubectl get deployment daplatform-appmanager to see if it is currently running. Sadly it can take quite a while to start up since there are a lot of dependent services. If kubectl shows no instances available, then try listing the pods, using kubectl get pods

 and find the one named daplatform-appmanager-... that is in the CrashLoopBackOff state. We want to check the logs to see why it's not running, which you can do using kubectl logs <pod-name-here>