- 15 Apr, 2019 6 commits
-
-
Erik Wilson authored
-
Darren Shepherd authored
Ignore proxy settings for kubelet client
-
Darren Shepherd authored
Revert "Fix kubelet --enforce-node-allocatable validation"
-
Darren Shepherd authored
-
Darren Shepherd authored
Fix kubelet --enforce-node-allocatable validation
-
Erik Wilson authored
Proxy settings may interfere with a kubelet client communicating with the API server, so set the proxy to nil.
-
- 14 Apr, 2019 1 commit
-
-
Erik Wilson authored
If --cgroups-per-qos is false and --enforce-node-allocatable is "none" then validation should pass. Needed if cgroup pids is disabled.
-
- 11 Apr, 2019 1 commit
-
-
Erik Wilson authored
-
- 09 Apr, 2019 32 commits
-
-
Erik Wilson authored
This reverts commit 9badd032.
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
Both kubelet and controller-manager init the volume plugins. We added a global flag that can be set that will force the init to wait for a valid hostname.
-
Darren Shepherd authored
-
Darren Shepherd authored
If the scheduler learns of a node change and schedules based on it before the kubelet learns of the node change, the pod will fail.
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
Both SharedIndexInformer and threadSafeMap were changed to allow AddIndexers to be called after a start or items are in the cache. While a new Indexer is being added handling deltas is blocked in the informer. When a new Indexer is added to a cache with existing items all indices are recalculated. One point to note is that adding a new indexer on a started informer will case all indexes to be rebuilt, but it will not trigger an updateNotification. This is done because it is impractical to assume any existing ResourceEventHandler would have knowledge of a yet to be added index. Any ResourceEventHandler that would need to consume this new index should be added after the new Indexer is added.
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
-