Azure / pcs-cli

A CLI for deploying Azure IoT PCS
MIT License
33 stars 37 forks source link

Fix DS deployments failing #515

Closed peterfelts closed 5 years ago

peterfelts commented 5 years ago

On 6/13/2019, all DS deployments started failing. Looking in to this, I saw that the VM setup script was failing. I also saw that there was a UI prompt that was coming up during Docker installation. The usual '-y' option on apt-get wasn't working to disable this prompt (as I think that this was an actual UI that is coming up, and not a prompt). Doing some investigation lead me to find a method to disable this UI prompt:

https://askubuntu.com/questions/506158/unable-to-initialize-frontend-dialog-when-using-ssh ...

Change type

Checklist:


This change is Reviewable