您正在查看 Apigee Edge 文档。
转到 Apigee X 文档。 信息
我们于 2020 年 4 月 22 日发布了 Apigee Edge for Private Cloud 的新版本。
更新流程
如需更新安装,请在边缘节点上执行以下步骤:
-
在所有边缘节点上:
- 清理 Yum 代码库:
sudo yum clean all
- 将最新的 Edge 4.19.01
bootstrap_4.19.01.sh
文件下载到/tmp/bootstrap_4.19.01.sh
:curl https://software.apigee.com/bootstrap_4.19.01.sh -o /tmp/bootstrap_4.19.01.sh
- 安装 Edge 4.19.01
apigee-service
实用程序和依赖项:sudo bash /tmp/bootstrap_4.19.01.sh apigeeuser=uName apigeepassword=pWord
其中,uName:pWord 是您从 Apigee 收到的用户名和密码。 如果您省略 pWord,系统会提示您输入。
- 更新
apigee-setup
实用程序:sudo /opt/apigee/apigee-service/bin/apigee-service apigee-setup update
- 使用
source
命令执行apigee-service.sh
脚本:source /etc/profile.d/apigee-service.sh
- 清理 Yum 代码库:
- 在所有节点上运行
update.sh
脚本。在每个节点上,执行以下命令:/opt/apigee/apigee-setup/bin/update.sh -c edge -f configFile
其中 configFile 指定用于安装适用于私有云的 Apigee Edge 的配置文件。
- (仅限 Apigee mTLS)如需更新 Apigee mTLS,请执行以下操作:
- 通过执行以下命令卸载 Apigee mTLS:
/opt/apigee/apigee-service/bin/apigee-service apigee-mtls uninstall
- 通过执行以下命令安装 Apigee mTLS:
/opt/apigee/apigee-service/bin/apigee-service apigee-mtls install
/opt/apigee/apigee-service/bin/apigee-service apigee-mtls setup -f /opt/silent.conf
如需详细了解 Apigee mTLS,请参阅 Apigee mTLS 简介。
- 通过执行以下命令卸载 Apigee mTLS:
支持的软件
无任何更改。
弃用和停用
无任何更改。
已修复 Bug
下表列出了此版本中修复的 bug:
问题 ID | 说明 |
---|---|
150721678 |
可靠性提高 可靠性提升后,您应该会看到较少采用以下格式的日志文件消息: [WARN] agent: Checking $SERVICE socket connection failed" |
152516353 153575181 |
提高了准确性和多数据中心通信能力 Apigee mTLS 可以更准确地跟踪跨服务网格(包括多个数据中心配置)路由请求的服务健康状况。 |