Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request kubernetes#30503 from wojtek-t/optimize_gci
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
- Loading branch information