kubernetes/plugin/pkg
k8s-merge-robot 577cdf937d Merge pull request #26415 from wojtek-t/network_not_ready
Automatic merge from submit-queue

Add a NodeCondition "NetworkUnavaiable" to prevent scheduling onto a node until the routes have been created 

This is new version of #26267 (based on top of that one).

The new workflow is:
- we have an "NetworkNotReady" condition
- Kubelet when it creates a node, it sets it to "true"
- RouteController will set it to "false" when the route is created
- Scheduler is scheduling only on nodes that doesn't have "NetworkNotReady ==true" condition

@gmarek @bgrant0607 @zmerlynn @cjcullen @derekwaynecarr @danwinship @dcbw @lavalamp @vishh
2016-05-29 03:06:59 -07:00
..
admission Merge pull request #25091 from deads2k/reduce-conflicts 2016-05-25 05:33:23 -07:00
auth pkg/master: enable certificates API and add rbac authorizer 2016-05-25 14:24:47 -07:00
client/auth add tests for the OIDC WrapTransport 2016-05-18 17:03:12 -07:00
scheduler Merge pull request #26415 from wojtek-t/network_not_ready 2016-05-29 03:06:59 -07:00
webhook Pull common webhook code into generic webhook plugin. 2016-05-10 14:41:14 -07:00