diff options
| author | Shelley-BaoYue <baoyue2@huawei.com> | 2022-09-24 18:49:10 +0800 |
|---|---|---|
| committer | Shelley-BaoYue <baoyue2@huawei.com> | 2022-09-24 19:36:31 +0800 |
| commit | 9daa2102e7c853dca842996109885545b9a51d99 (patch) | |
| tree | 2dab97028c82155757022b1c2303fb991e52d14e /common | |
| parent | integrate Kubelet in egded (diff) | |
| download | kubeedge-9daa2102e7c853dca842996109885545b9a51d99.tar.gz | |
bugfix ci and edged
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to 'common')
| -rw-r--r-- | common/constants/default.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/constants/default.go b/common/constants/default.go index 0febf9285..c3c3c5279 100644 --- a/common/constants/default.go +++ b/common/constants/default.go @@ -42,6 +42,7 @@ const ( DefaultMqttKeyFile = "/etc/kubeedge/certs/server.key" // Edged + DefaultKubeletConfig = "/etc/kubeedge/config/kubeconfig" DefaultDockerAddress = "unix:///var/run/docker.sock" DefaultRuntimeType = "docker" DefaultEdgedMemoryCapacity = 7852396000 @@ -156,7 +157,8 @@ const ( // ServerPort is the default port for the edgecore server on each host machine. // May be overridden by a flag at startup in the future. - ServerPort = 10350 + ServerAddress = "127.0.0.1" + ServerPort = 10350 // MessageSuccessfulContent is the successful content value of Message struct MessageSuccessfulContent string = "OK" |
