mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-26 19:35:10 +00:00
Automatic merge from submit-queue Avoid unnecessary copies on GCI initialization. The issue I faced was that when starting a cluster I was getting: ``` Aug 12 11:12:46 e2e-test-wojtekt-master configure.sh[1079]: cp: error writing '/home/kubernetes/kubernetes-src.tar.gz': No space left on device ``` This PR reduces amount of space that is needed on startup, as well as this speeds up starting cluster. @lavalamp @dchen1107