安装 Envoy AI Gateway

下载 operator 包

INFO

可以从 customer portal 获取 Alauda Build of Envoy AI Gateway operator 包。

如需更多信息,请联系 Customer Support。

上传 operator 包

下载 Alauda Build of Envoy AI Gateway operator 安装文件,例如 envoy-ai-gateway.alpha.ALL.v0.4.x.tgz

使用 violet 将该包上传到平台仓库:

violet push --platform-address=<platform-access-address> --platform-username=<platform-admin> --platform-password=<platform-admin-password> envoy-ai-gateway.alpha.ALL.v0.4.x.tgz
WARNING

在安装 operator 之前,如果目标集群中之前已作为集群插件安装过 Alauda Build of Envoy AI Gateway,请先将其卸载。前往 Administrator -> Marketplace -> Cluster Plugins,找到 Alauda Build of Envoy AI Gateway,并将其从目标集群中卸载。

安装 Alauda Build of Envoy AI Gateway

管理员 视图中:

  1. 前往 Marketplace / OperatorHub
  2. 选择目标集群。
  3. 搜索 Alauda Build of Envoy AI Gateway
  4. 点击 安装
  5. 保持默认安装设置,除非环境需要不同的 namespace。
  6. 完成安装。

验证安装

安装完成后,验证 operator 是否正在运行:

kubectl get pods -n envoy-gateway-system | grep "ai-gateway"

Envoy AI Gateway pods 应处于 Running 状态。

升级 Alauda Build of Envoy AI Gateway

  1. 使用 violet 工具上传新版本的 Alauda Build of Envoy AI Gateway operator 包。
  2. 前往 Administrator -> Marketplace -> OperatorHub 页面,找到 Alauda Build of Envoy AI Gateway,然后点击 确认 以应用新版本。