Releases: oceanbase/ob-operator
Releases · oceanbase/ob-operator
ob-operator-2.0.0
New features
- Support OceanBase Cluster management.
- Support Oceanbase Tenant management.
- Support for monitoring OceanBase database with OBAgent.
ob-operator-1.2.0
[Deprecated] A Helm chart for OB-Operator
ob-operator-1.1.0
RELEASE NOTE
[Deprecated]
About This Version
This version brings new features to improve operating and monitoring ability of oceanbase cluster, fixes certain bugs to improve stability.
New Feature
- Provide oceanbase metric data by deploying obagent as a sidecar container of observer.
- Support obzone scale up and scale down.
- Create a specific user for futher operation after oceanbase cluster bootstraped, elimated the dependency of user root.
bugfix
- Fix unexpected pod recreation when add observer in certain scenario.
概要说明
此版本完善了 oceanbase 集群的运行和监控能力,修复了一些 bug 提高稳定性。
新特性
- 通过部署 obagent 作为 sidecar 容器采集 oceanbase 的监控数据。
- 支持 obzone 的扩容和缩容。
- oceanbase 集群 bootstrap 之后使用特定的用户进行运维操作,不依赖 root 用户。
bugfix
- 修复了特定场景下添加 observer 时 pod 非预期重建的问题。
v1.0.0
[Deprecated]
RELEASE NOTE
About This Version
By using OB-operator,OceanBase databases can be run as containers on public clouds or Kubernetes clusters deployed in private mode. OB-operator can be deployed using Kustomize or YAML.
Features
- Deploy OceanBase clusters in Kubernetes.
- Supports cluster creation, deletion, scale-out, scale-in, and lifecycle management.
- Create and delete zones.
- Ceate, delete, restart, and failover OBServer instances.
- Run the kubectl command to view the status of clusters, zones, and OBServer.
- Use HTTP API to manage K8s resources.
概要说明
通过使用 OB-operator,OceanBase 数据库可以以容器的形式运行在公有云或私有化部署的 Kubernetes 集群上。用户通过 YAML 或 Kustomize 部署 OB-operator。
特性
- 在 K8s 环境下独立部署 OceanBase 集群。
- 支持集群的创建、删除、扩容、缩容和生命周期管理。
- 支持 Zone 的创建、删除。
- 支持 OBServer 实例的创建、删除、重启、故障转移。
- 支持使用 kubectl 命令查看集群、Zone 和 OBServer 的状态。
- 支持通过 HTTP API 管理 K8s 资源。