2.2. 在基于 Operator 的安装中,将 APIcast 从 2.12 升级到 2.13
在基于 Operator 的安装中,将 APIcast 从 2.12 升级到 2.13,以便 APIcast 可以在 3scale 安装中作为 API 网关运行。
流程
- 使用具有管理员特权的帐户登录 OCP 控制台。
- 选择部署了 APIcast Operator 的项目。
- 点 Operators > Installed Operators。
- 在 Subscription > Channel 中,选择 Red Hat Integration - 3scale APIcast gateway。
选择 threescale-2.13 频道并保存更改,以编辑订阅的频道。
这将开始升级过程。
查询项目中 pod 的状态,直到您看到所有新版本都在运行并就绪且没有错误:
$ oc get pods -n <apicast_namespace>
注意- pod 在升级过程中可能会出现临时错误。
- 升级 pod 所需的时间可能从 5 到 10 分钟。
运行以下命令,检查 APIcast 对象的状态,并获取 YAML 内容:
$ oc get apicast <myapicast> -n <apicast_namespace> -o yaml
执行所有列出的步骤后,基于 operator 的部署中的 APIcast 从 2.12 升级到 2.13 现已完成。