diff options
| author | Shelley-BaoYue <baoyue2@huawei.com> | 2023-01-16 22:33:53 +0800 |
|---|---|---|
| committer | Shelley-BaoYue <baoyue2@huawei.com> | 2023-01-17 00:53:10 +0800 |
| commit | 7f6c6b1f5cf3f8111f489131a562eef5556d7517 (patch) | |
| tree | 556b73365bf292804c4d533dc79d711203c5614f /common/constants | |
| parent | Merge pull request #4472 from wackxu/fixlistener (diff) | |
| download | kubeedge-7f6c6b1f5cf3f8111f489131a562eef5556d7517.tar.gz | |
drop kubeconfig in kubelet flags
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to 'common/constants')
| -rw-r--r-- | common/constants/default.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/constants/default.go b/common/constants/default.go index 102e05862..6a21785fc 100644 --- a/common/constants/default.go +++ b/common/constants/default.go @@ -47,8 +47,6 @@ const ( BootstrapFile = "/etc/kubeedge/bootstrap-edgecore.conf" // Edged - DefaultKubeletConfig = "/etc/kubeedge/config/kubeconfig" - DefaultRootDir = "/var/lib/edged" DefaultDockerAddress = "unix:///var/run/docker.sock" DefaultRuntimeType = "remote" DefaultDockershimRootDir = "/var/lib/dockershim" |
