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