dwmkerr / terraform-aws-openshift

Create infrastructure with Terraform and AWS, install OpenShift. Party!
http://www.dwmkerr.com/get-up-and-running-with-openshift-on-aws
MIT License
170 stars 174 forks source link

fix: resolve okd 3.10 installation issues #77

Closed dwmkerr closed 5 years ago

dwmkerr commented 5 years ago

This bugfix resolves two issues. The first is that openshift_hostname is no longer a valid configuration value. The second is that systemctl restart docker seems to hang on the openshift nodes, it has been replaced with a shutdown/restart.

Fixes #75, fixes #72, fixes #71.