diff options
| author | KubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com> | 2022-11-01 16:52:48 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-01 16:52:48 +0800 |
| commit | 80c0dfc73d996a52d0bd4862052f5ef0332e5db4 (patch) | |
| tree | 5db2caec55f319172d277030a9e3653de4427ab4 /common | |
| parent | Merge pull request #4362 from my-git9/init1 (diff) | |
| parent | add default cluster domain value (diff) | |
| download | kubeedge-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.go | 1 |
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" |
