-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add reservations to admin control subnet allocs
This adds ability to add and remove reservations for subnet allocations. A subnet is reserved with the host IP (PublicIP). flannel will then use this subnet for a host requesting a subnet. Reservations are denoted in etcd as subnets with no expiration (TTL is zero). When a reserved subnet is allocated, it's TTL continues to be not set. If a reservation is removed, the TTL is set to the usual 24 hours. Also adds corresponding client/server APIs for reservation management. Fixes #280
- Loading branch information
Eugene Yakubovich
committed
Nov 14, 2015
1 parent
8c97e5b
commit ca83d28
Showing
8 changed files
with
465 additions
and
51 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
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.