Remove AWS security rule allowing ICMP packets to nodes

* Deny ICMP packets for consistency across Typhoon clusters on
various clouds and because there isn't much need to allow them
This commit is contained in:
Dalton Hubble
2018-08-21 21:16:16 -07:00
parent da5d2c5321
commit bbf2c13eef
3 changed files with 4 additions and 40 deletions

View File

@ -4,6 +4,10 @@ Notable changes between versions.
## Latest
#### AWS
* Remove firewall rule allowing ICMP packets to nodes
#### Bare-Metal
* Remove `controller_networkds` and `worker_networkds` variables. Use Container Linux Config snippets [#277](https://github.com/poseidon/typhoon/pull/277)