metral / corekube

CoreOS + Kubernetes + OpenStack - The simplest way to deploy a POC Kubernetes cluster using a Heat template
Apache License 2.0
7 stars 0 forks source link

Rack Connect #2

Closed bketelsen closed 9 years ago

bketelsen commented 9 years ago

Might be worth mentioning that I had to add two firewall rules to make this work with RackConnect. It works as-is without RackConnect, but in an RC environment the following rules are required:

Dedicated -> Cloud Source=Network [192.168.3.0/24] Destination Type [All] Protocol [All] Dedicated -> Cloud Source=Network [10.244.0.0/15] Destination Type [All] Protocol [All]

Feel free to close this issue if RackConnect is too esoteric to mention in the Readme. Thanks for corekube!

metral commented 9 years ago

thanks for the info @bketelsen, much apprecaited. do you want to submit a PR to the README or would you like me to go ahead and take care of it?

bketelsen commented 9 years ago

I updated it in my fork's readme - you can cherry pick the commit if you want.