- 05 Aug, 2019 40 commits
-
-
Erik Wilson authored
-
Erik Wilson authored
-
Erik Wilson authored
-
Erik Wilson authored
-
Erik Wilson authored
Proxy settings may interfere with a kubelet client communicating with the API server, so set the proxy to nil.
-
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
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
-