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

adding egress on 8443 to enable cluster-console #86

Closed peterhack closed 5 years ago

peterhack commented 5 years ago

this egress rule corrects the issue where the 'cluster-console' cannot be accessed due to the master node not being able to connect to the external xip.io URL on port 8443.

dwmkerr commented 5 years ago

Excellent, thanks @peterhack!