summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorKubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com>2022-11-01 16:52:48 +0800
committerGitHub <noreply@github.com>2022-11-01 16:52:48 +0800
commit80c0dfc73d996a52d0bd4862052f5ef0332e5db4 (patch)
tree5db2caec55f319172d277030a9e3653de4427ab4 /common
parentMerge pull request #4362 from my-git9/init1 (diff)
parentadd default cluster domain value (diff)
downloadkubeedge-80c0dfc73d996a52d0bd4862052f5ef0332e5db4.tar.gz
Merge pull request #4341 from Shelley-BaoYue/master-adddefaultclusterdomain
add default cluster domain value
Diffstat (limited to 'common')
-rw-r--r--common/constants/default.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/constants/default.go b/common/constants/default.go
index 27a572584..02f3d64e1 100644
--- a/common/constants/default.go
+++ b/common/constants/default.go
@@ -63,6 +63,7 @@ const (
DefaultCgroupRoot = ""
DefaultVolumeStatsAggPeriod = time.Minute
DefaultTunnelPort = 10004
+ DefaultClusterDomain = "cluster.local"
CurrentSupportK8sVersion = "v1.22.6"