forked from sapcc/kubernikus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implements first round of Flight Control Fixes
* It deletes Nodes that didn't manage to register within 10m after inital creation. This is a workaround for DHCP/DVS (latency) issues. In effect it will delete the incompletely spawned node and launch control will ramp it back up. * It ensures tcp/udp/icmp rules exist in the security group defined during kluster creation. The rules explicitly allow all pod-to-pod communication. This is a workaround for Neutron missing the side-channel security group events. * It ensures each Nodes is member of the security group defined in the kluster spec. This ensures missing security groups due to whatever reason are again added to the node.
- Loading branch information
Showing
30 changed files
with
5,038 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.