diff options
| author | gy95 <1015105054@qq.com> | 2022-12-09 17:33:52 +0800 |
|---|---|---|
| committer | gy95 <1015105054@qq.com> | 2023-01-16 14:06:30 +0800 |
| commit | 94a0535d80b710a705a14b4db1778d854ab39843 (patch) | |
| tree | 81093c6352b6c806e0d582e7f3234b0f63b0fd21 /common/constants | |
| parent | Merge pull request #4282 from vincentgoat/localup (diff) | |
| download | kubeedge-94a0535d80b710a705a14b4db1778d854ab39843.tar.gz | |
do not save edgecore token on disk
Signed-off-by: gy95 <1015105054@qq.com>
Diffstat (limited to 'common/constants')
| -rw-r--r-- | common/constants/default.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/constants/default.go b/common/constants/default.go index a026418ce..c653617e9 100644 --- a/common/constants/default.go +++ b/common/constants/default.go @@ -41,6 +41,9 @@ const ( DefaultMqttCertFile = "/etc/kubeedge/certs/server.crt" DefaultMqttKeyFile = "/etc/kubeedge/certs/server.key" + // Bootstrap file, contains token used by edgecore to apply for ca/cert + BootstrapFile = "/etc/kubeedge/bootstrap-edgecore.conf" + // Edged DefaultKubeletConfig = "/etc/kubeedge/config/kubeconfig" DefaultDockerAddress = "unix:///var/run/docker.sock" |
