第 5 章 3scale toolbox
3scale toolbox 是一个 Ruby 客户端,可让您从命令行管理 3scale 产品。
3scale 文档中有有关安装 3scale toolbox、支持的 toolbox 命令、服务、计划、SSL 和 TLS 故障排除问题的信息。如需了解更多详细信息,请参阅以下部分之一:
5.1. 安装 toolbox
官方支持的安装 3scale toolbox 的方法是使用 3scale toolbox 容器镜像。
5.1.1. 安装 toolbox 容器镜像
本节介绍如何安装 toolbox 容器镜像。
前提条件
- 请参阅 Red Hat Ecosystem Catalog 中的 3scale toolbox 镜像。
- 您必须有一个红帽 registry 服务帐户。
- 本主题中的示例假定您已安装了 Podman。
流程
登录到红帽生态系统目录:
$ podman login registry.redhat.io Username: ${REGISTRY-SERVICE-ACCOUNT-USERNAME} Password: ${REGISTRY-SERVICE-ACCOUNT-PASSWORD} Login Succeeded!
拉取 toolbox 容器镜像:
$ podman pull registry.redhat.io/3scale-amp2/toolbox-rhel8:3scale2.12
验证安装:
$ podman run registry.redhat.io/3scale-amp2/toolbox-rhel8:3scale2.12 3scale help
其他资源
- 有关使用 OpenShift、Podman 或 Docker 安装 toolbox 镜像的详情,请查看在 Red Hat Ecosystem Catalog 中获取镜像的说明。
-
另请参阅在 Kubernetes 上安装 3scale toolbox 的说明。您必须使用正确的镜像名称和
oc
命令,而不是 OpenShift 上的kubectl
。