---
title: MEF Center执行run.sh命令链接超时-昇腾社区
description: run.sh命令执行失败，日志显示“unable to connect to the server：Gateway Time-out”。
keywords: MEF Center;run.sh命令链接超时
url: https://www.hiascend.com/document/caselibrary/detail/topic_0000001705716165
section: (其他)
---

# MEF Center执行run.sh命令链接超时-昇腾社区

URL: https://www.hiascend.com/document/caselibrary/detail/topic_0000001705716165
描述: run.sh命令执行失败，日志显示“unable to connect to the server：Gateway Time-out”。
关键词: MEF Center;run.sh命令链接超时

昇腾文档 [了解详情](https://www.hiascend.com/document)

故障案例 [了解详情](https://www.hiascend.com/document/caselibrary)

MEF Center执行run.sh命令链接超时

MEF Center执行run.sh命令链接超时

2023/09/18

793

问题信息

| 问题来源 | 产品大类 | 产品子类 | 关键字 |
| --- | --- | --- | ---|
| 官方 | 边缘部署 | MindEdge | MEF Center、run.sh命令链接超时 |

#### 问题现象描述

run.sh命令执行失败，日志显示“unable to connect to the server：Gateway Time-out”。

#### 原因分析

系统代理可能导致kubectl不可用。可能是因为代理配置问题，导致中心侧无法与K8s建立链接。

#### 解决措施

执行如下命令，禁用HTTPS链接，使用默认K8s链接。

```
unset https_proxy
```

本页内容

- 问题信息
- 问题现象描述
- 原因分析
- 解决措施
