- 概述
- 要求
- 预安装
- 安装
- 安装后
- 迁移和升级
- 监控和警示
- 集群管理
- 特定于产品的配置
- 故障排除

EKS/AKS 上的 Automation Suite 安装指南
仅当您无法为 Automation Suite 安装程序提供管理员权限时,安装权限才有意义。 如果您可以为安装程序提供所需的管理员权限,则无需遵循本部分中的说明。
Automation Suite 需要 Istio 服务网格用于入口和网络。
The service mesh installation and configuration is a multi-step process. Which of the steps you must perform depends on whether or not you can grant the Automation Suite installer admin privileges over your cluster. For details, see the following table:
|
步骤 |
管理员权限 |
没有管理员权限 |
|---|---|---|
| 步骤 1:安装服务网格 |
步骤非必填 |
必需步骤 |
| 步骤 2:配置 Istio 并安装 WASM 路由插件 |
步骤非必填 |
必需步骤 |
要安装 Istio,请按照Istio 文档中的说明进行操作。
Automation Suite 不需要 Kiale 和 Jaeger 等应用程序。 但是,您可以自行决定使用它们。
提供 Istio 配置
input.json文件中设置以下参数:"ingress": {
"gateway_selector": {
"istio": "ingressgateway"
},
"ingress_gateway_secret": "istio-ingressgateway-certs",
"namespace": "<istio-system>"
},"ingress": {
"gateway_selector": {
"istio": "ingressgateway"
},
"ingress_gateway_secret": "istio-ingressgateway-certs",
"namespace": "<istio-system>"
},|
参数 |
值 |
|---|---|
ingress.gateway_selector.istio |
默认值:
ingressgateway如果您已更改值,请使用以下命令获取正确的值: |
ingress.ingress_gateway_secret |
包含证书文件的密码的名称。 默认值为
istio-ingressgateway-certs 。
|
ingress.namespace | 在其中安装服务网格的命名空间。 |
概述
此步骤需要管理员权限才能在 Istio 命名空间中进行安装。
-
选项 A:如果您无法提供 Automation Suite 安装程序所需的权限,则必须在安装 Automation Suite 之前执行此步骤。
-
选项 B:在 Automation Suite 安装期间。 此方法要求您在 Automation Suite 安装期间使用的 Kubeconfig 文件具有必要的权限。 要查看权限,请参阅授予安装权限部分。 如果您可以提供所有必要的权限,则跳过此步骤。
配置与安装
要配置 Istio 并安装用于路由的 WASM 插件,请执行以下步骤:
如果在安装后更新 FQDN,则必须重新配置 Istio 和 WASM 插件,除非 Automation Suite 安装程序具有管理权限。要重新配置,您必须执行以下步骤:
- 使用新的 FQDN 更新步骤 3中提到的参数值文件。
- 重复配置 Istio 并安装 WASM 路由插件的所有步骤。