mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
Merge pull request #45885 from zhangxiaoyu-zidif/kubelet_test-delete-redundant-para
Automatic merge from submit-queue (batch tested with PRs 40234, 45885, 42975) delete unused para. **What this PR does / why we need it**: delete unused para. **Release note**: ```release-note NONE ```
This commit is contained in:
commit
faf556ecbf
@ -81,9 +81,6 @@ const (
|
|||||||
testKubeletHostname = "127.0.0.1"
|
testKubeletHostname = "127.0.0.1"
|
||||||
testKubeletHostIP = "127.0.0.1"
|
testKubeletHostIP = "127.0.0.1"
|
||||||
|
|
||||||
testReservationCPU = "200m"
|
|
||||||
testReservationMemory = "100M"
|
|
||||||
|
|
||||||
// TODO(harry) any global place for these two?
|
// TODO(harry) any global place for these two?
|
||||||
// Reasonable size range of all container images. 90%ile of images on dockerhub drops into this range.
|
// Reasonable size range of all container images. 90%ile of images on dockerhub drops into this range.
|
||||||
minImgSize int64 = 23 * 1024 * 1024
|
minImgSize int64 = 23 * 1024 * 1024
|
||||||
|
Loading…
Reference in New Issue
Block a user