b3d9f2b4a2
Basically we need to make necessary TCP/UDP ports open. However the necessary ports are so many, and sometimes it is difficult to figure out that is due to firewall issues or not if facing deployment issues. To distinguish a root problem on such situation, this adds contrib playbook to disable the service firewall for Kubespray development and test.
4 lines
50 B
YAML
4 lines
50 B
YAML
---
|
|
- hosts: all
|
|
roles:
|
|
- { role: prepare }
|