diff options
| author | wackxu <xushiwei5@huawei.com> | 2022-09-27 09:33:59 +0800 |
|---|---|---|
| committer | wackxu <xushiwei5@huawei.com> | 2022-09-27 17:13:36 +0800 |
| commit | 39f914184643e32fb325f849ac58d8cc36a30d8f (patch) | |
| tree | 5dbd31da3acd77296511b74581f3f312f15977cd /common/constants | |
| parent | Merge pull request #4231 from Shelley-BaoYue/feature-node-ready (diff) | |
| download | kubeedge-39f914184643e32fb325f849ac58d8cc36a30d8f.tar.gz | |
use kubelet default NodeStatusUpdateFrequency and NodeStatusReportFrequency
Signed-off-by: wackxu <xushiwei5@huawei.com>
Diffstat (limited to 'common/constants')
| -rw-r--r-- | common/constants/default.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/constants/default.go b/common/constants/default.go index b89f03cbc..9f0ac3677 100644 --- a/common/constants/default.go +++ b/common/constants/default.go @@ -49,7 +49,6 @@ const ( DefaultRemoteRuntimeEndpoint = "unix:///var/run/dockershim.sock" DefaultRemoteImageEndpoint = "unix:///var/run/dockershim.sock" DefaultPodSandboxImage = "kubeedge/pause:3.1" - DefaultNodeStatusUpdateFrequency = 10 * time.Second DefaultImagePullProgressDeadline = time.Minute DefaultImageGCHighThreshold = 80 DefaultImageGCLowThreshold = 40 |
