in4it / spinnaker-course

Course files for Continuous Deployments using Spinnaker on AWS and Kubernetes
https://www.udemy.com/course/continuous-deployments-using-spinnaker-on-aws-and-kubernetes/?referralCode=785B43B0D797B78E4B2C
73 stars 339 forks source link

Unable to create applicaiton - UI got stuck #9

Open szubair opened 4 years ago

szubair commented 4 years ago

Hi, I have followed the steps to install Spinnaker from this course. Spinnaker is running fine and URL is accessible online. Unfortunate, when I try to create new application, the UI is stuck and hung in the create window.

Please let me know what could be the issue. I'd really appreciate your help.

wardviaene commented 4 years ago

Most likely your machine is running out of memory and couldn't start all the services. Have a look in the systemd restart script. Instead of "restart" just run systemctl status service-name. That way you can see whether the services are up & running.

-Edward

szubair commented 4 years ago

Thanks for the response. While investigating the issue, I m using cloud provider as GCP and storage is GCP bucket instead of AWS s3 service. I found that front50 is not running due to this wrong storage configuration. I have changed storage from AWS s3 to GCP and fixed the issue. Thanks