Files
kubernetes/pkg/kubectl/cmd
Kubernetes Submit Queue 187e6ab0bc Merge pull request #50254 from liggitt/revert-disk-cache
Automatic merge from submit-queue (batch tested with PRs 50254, 50174, 50179)

Revert "Merge pull request #47353 from apelisse/http-cache"

Some issues were discovered with the caching merged in #47353:
* uses a disk-based cache that is not safe between processes (does not use atomic fs operations)
* writes get/list responses to disk that should not be cached (like `kubectl get secrets`)
* is vulnerable to partially written cache responses being used as responses to future requests
* breaks uses of the client transport that make use of websockets
* defaults to enabling the cache for any client builder using RecommendedConfigOverrideFlags or DefaultClientConfig which affects more components than just kubectl

This reverts commit fc89743dca, reversing changes made to 29ab38e898.
2017-08-08 04:02:51 -07:00
..
2017-06-27 16:25:20 -07:00
2017-06-30 15:00:24 -07:00
2017-07-25 12:56:50 +08:00
2017-06-16 07:09:21 +00:00
2017-06-05 11:06:48 +08:00
2017-07-07 09:12:29 -04:00
2017-07-18 12:55:34 -03:00
2017-06-27 16:25:20 -07:00
2017-06-26 11:38:36 -04:00
2017-06-27 16:25:20 -07:00
2016-10-29 20:24:54 -07:00
2017-06-27 16:25:20 -07:00
2017-06-27 16:25:20 -07:00
2017-08-03 00:01:54 +10:00
2017-06-27 16:25:20 -07:00
2017-06-30 15:00:24 -07:00
2017-06-27 16:25:20 -07:00
2017-06-27 16:25:20 -07:00
2017-06-05 11:06:48 +08:00
2017-06-27 16:25:20 -07:00
2017-05-31 13:02:23 +05:30
2017-07-07 09:12:29 -04:00
2017-07-18 15:35:40 -03:00
2017-06-27 16:25:20 -07:00
2017-05-11 20:09:31 +08:00
2017-07-26 11:24:03 +08:00
2017-07-31 15:04:30 +08:00
2017-06-27 16:25:20 -07:00
2017-06-22 11:31:03 -07:00
2017-07-19 18:36:07 -04:00
2017-05-15 13:51:39 -07:00
2017-06-27 16:25:20 -07:00
2017-06-27 16:25:20 -07:00