k3s/pkg
Kubernetes Submit Queue 52603a78ab
Merge pull request #64969 from mfojtik/volume-01-fix-allocations
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

volume: decrease memory allocations for debugging messages

**What this PR does / why we need it**:

<img width="1769" alt="screen shot 2018-06-11 at 13 15 31" src="https://user-images.githubusercontent.com/44136/41230128-ebf7233c-6d7e-11e8-899d-6251a5fde236.png">

On large clusters, where the glog is not running on V(5) using the format as: `glog.V(5).Infof(fmt.Sprintf(....))` will cause the code inside `Infof()` to be ran and generate a tons of memory allocations even if the output of those messages are not returned to the console...

This patch should reduce those calls and also the string allocations done by message generation.

**Release note**:
```release-note
NONE
```
2018-06-11 22:05:42 -07:00
..
api Generate pod ready status with readiness gates 2018-06-04 12:16:56 -07:00
apis Revert "Add validation code for the Vertical Pod Autoscaler API." 2018-06-07 14:46:18 -04:00
auth add myself as an approver in various auth related directories 2018-05-17 11:32:37 -07:00
capabilities
client Revert "Auto-generated code for the Vertical Pod Autoscaler API." 2018-06-07 14:46:17 -04:00
cloudprovider Merge pull request #62297 from verult/gce-disks-refactor 2018-06-06 19:56:29 -07:00
controller Merge pull request #64969 from mfojtik/volume-01-fix-allocations 2018-06-11 22:05:42 -07:00
credentialprovider
features Merge pull request #64723 from vladimirvivien/csi-block-support 2018-06-06 11:05:12 -07:00
fieldpath
generated generated: 2018-06-01 14:28:07 -07:00
kubeapiserver Merge pull request #64326 from andrewsykim/default-disable-pvl 2018-05-28 03:19:17 -07:00
kubectl Add TODO for removing kubectl DaemonSet deletion hack 2018-06-06 11:11:35 -07:00
kubelet Merge pull request #64643 from dashpole/memcg_poll 2018-06-11 17:29:19 -07:00
kubemark Fix standalone dockershim. 2018-06-05 21:52:08 +00:00
master Merge pull request #63774 from wgliang/master.test-master 2018-05-31 14:12:18 -07:00
printers fix kubectl -o 2018-06-05 19:49:07 +08:00
probe
proxy Merge pull request #64554 from hanxiaoshuai/fix05312 2018-06-09 00:01:29 -07:00
quota Fix quota sync 2018-06-05 04:50:37 -04:00
registry Merge pull request #64639 from sttts/sttts-int64-json 2018-06-02 06:30:22 -07:00
routes
scheduler Fix the handling of untagged images 2018-06-04 13:57:09 -07:00
security Run make update 2018-06-06 00:12:40 +02:00
securitycontext
serviceaccount add myself as an approver in various auth related directories 2018-05-17 11:32:37 -07:00
ssh Use Dial with context 2018-05-19 08:14:37 +10:00
util Add a 'kubeadm upgrade node config' command and finish up the kubelet integration work 2018-06-06 23:17:04 +03:00
version
volume Merge pull request #64855 from gnufied/fix-configmap-cleanup-on-fail 2018-06-07 11:40:15 -07:00
watch/json
windows/service
.import-restrictions
BUILD
OWNERS