From dee759e99c4c4ce396a5e94f408c3a6a32a04c11 Mon Sep 17 00:00:00 2001 From: Shelley-BaoYue Date: Wed, 26 Oct 2022 11:53:02 +0800 Subject: add default cluster domain value Signed-off-by: Shelley-BaoYue --- common/constants/default.go | 1 + 1 file changed, 1 insertion(+) (limited to 'common') diff --git a/common/constants/default.go b/common/constants/default.go index 9f0ac3677..9bc4ab314 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" -- cgit v1.2.3