diff options
| author | Shelley-BaoYue <baoyue2@huawei.com> | 2023-11-16 17:42:53 +0800 |
|---|---|---|
| committer | Shelley-BaoYue <baoyue2@huawei.com> | 2023-11-20 14:22:52 +0800 |
| commit | 4b05bab96a4b6b3828dc4639a36f8fdd70f2fc5a (patch) | |
| tree | 894e32e44de69cf281e8104fac4746471e8b75a9 /common/constants | |
| parent | modification for controller-runtime 0.15.3 (diff) | |
| download | kubeedge-4b05bab96a4b6b3828dc4639a36f8fdd70f2fc5a.tar.gz | |
update kind version to 0.19.0
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to 'common/constants')
| -rw-r--r-- | common/constants/default.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/constants/default.go b/common/constants/default.go index ba6d2c45d..5296c242e 100644 --- a/common/constants/default.go +++ b/common/constants/default.go @@ -55,7 +55,7 @@ const ( DefaultTunnelPort = 10004 DefaultClusterDomain = "cluster.local" - CurrentSupportK8sVersion = "v1.26.7" + CurrentSupportK8sVersion = "v1.27.7" // MetaManager DefaultRemoteQueryTimeout = 60 |
