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

EKS/AKS 上的 Automation Suite 安装指南
仅当您无法为 Automation Suite 安装程序提供管理员权限时,安装权限才有意义。 如果您可以为安装程序提供所需的管理员权限,则无需遵循本部分中的说明。
Automation Suite 需要 Istio 服务网格用于入口和网络。
服务网格的安装和配置包含三个步骤。您必须执行哪些步骤取决于您是否可以授予 Automation Suite 安装程序对集群的管理员权限。有关详细信息,请参见下表:
|
步骤 |
管理员权限 |
没有管理员权限 |
|---|---|---|
| 步骤 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 安装程序具有管理权限。要重新配置,您必须执行以下步骤:
- Update the parameter values file mentioned in Step 3 with the new FQDN.
- 重复配置 Istio 并安装 WASM 路由插件的所有步骤。