Skip to content

Commit 758333a

Browse files
author
Jinpei Su
committed
fix plugin name
1 parent cc16277 commit 758333a

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

docs/en/functions/01_create_instance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 01
55
# Create Instance
66

77

8-
Alauda Database Service for MySQL-PXC provides a set of functions to create and manage MySQL database instances in a Kubernetes cluster. Users can quickly deploy MySQL instances that meet their requirements by configuring resource specifications, parameter templates, account information, scheduling policies, and Pod toleration rules. Once the instance is created, some parameters can be adjusted dynamically; however, the scheduling configuration cannot be modified.
8+
Alauda Database Service for MySQL provides a set of functions to create and manage MySQL database instances in a Kubernetes cluster. Users can quickly deploy MySQL instances that meet their requirements by configuring resource specifications, parameter templates, account information, scheduling policies, and Pod toleration rules. Once the instance is created, some parameters can be adjusted dynamically; however, the scheduling configuration cannot be modified.
99

1010
## Prerequisites
1111

docs/en/functions/05_access.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ weight: 05
44

55
# Access Methods
66

7-
Alauda Database Service for MySQL-PXC provides entry points for accessing the database by client applications in several scenarios. In either way the cluster is exposed with regular Kubernetes Service objects , configured by the Operator.
7+
Alauda Database Service for MySQL provides entry points for accessing the database by client applications in several scenarios. In either way the cluster is exposed with regular Kubernetes Service objects , configured by the Operator.
88

99
## Procedure
1010

docs/en/functions/17_upgrade.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ weight: 17
33
---
44

55
# Patch Version Upgrade Strategy
6-
With the release of vulnerability fixes or new features, Alauda Database Service for MySQL-PXC will do patch version upgrades. During these patch version upgrades, container groups will be restarted one by one,
6+
With the release of vulnerability fixes or new features, Alauda Database Service for MySQL will do patch version upgrades. During these patch version upgrades, container groups will be restarted one by one,
77
It is recommended to choose an appropriate time window for the upgrade. When an upgradeable patch version appears, it is advised to upgrade as soon as possible to apply the latest fixes to the components.
88

99

docs/en/installation.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,20 +62,20 @@ The plugin is a fundamental component of the Data Services view; it can be omitt
6262
</Tab>
6363
</Tabs>
6464

65-
## Installing the Alauda Database Service for MySQL-PXC Plugin
65+
## Installing the Alauda Database Service for MySQL Plugin
6666

6767
### Prerequisites
6868

6969
1. Download the plugin installation package that matches your platform.
70-
2. Use the platform's application listing capability to list the plugin in any cluster where you wish to use Alauda Database Service for MySQL-PXC capabilities.
70+
2. Use the platform's application listing capability to list the plugin in any cluster where you wish to use Alauda Database Service for MySQL capabilities.
7171

7272
### Procedure
7373

7474
<Tabs>
7575
<Tab label="Web Console">
7676
1. Log in to the platform and go to the **Administrator** page.
7777
2. In the left navigation bar, select **Marketplace** -> **Operator** to enter the **Operator Hub** page.
78-
3. Find **Alauda Database Service for MySQL-PXC**, click **Deploy**, and enter the deployment page.
78+
3. Find **Alauda Database Service for MySQL**, click **Deploy**, and enter the deployment page.
7979

8080
Configuration Parameters:
8181

docs/en/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: Introduction
99

1010
# Introduction
1111

12-
The **Alauda Database Service for MySQL-PXC** is a Kubernetes-native solution designed to simplify the deployment, management, and scaling of MySQL clusters built on Percona XtraDB Cluster (PXC). The Operator leverages Kubernetes' orchestration capabilities to automate critical database management tasks, including cluster provisioning, backups, failover, and scaling.
12+
The **Alauda Database Service for MySQL** is a Kubernetes-native solution designed to simplify the deployment, management, and scaling of MySQL clusters built on Percona XtraDB Cluster (PXC). The Operator leverages Kubernetes' orchestration capabilities to automate critical database management tasks, including cluster provisioning, backups, failover, and scaling.
1313

1414
**Percona XtraDB Cluster (PXC)** is an open-source, enterprise-grade MySQL solution designed for high availability and data consistency. It uses synchronous replication to ensure that data is consistent across all nodes in the cluster. PXC provides fault tolerance, automated failover, and scalability, making it ideal for running highly available MySQL databases in mission-critical environments.
1515

docs/en/upgrade.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ title: Upgrade
99

1010
# Upgrade
1111

12-
Alauda Database Service for MySQL-PXC will execute upgrades based on the configured upgrade strategy:
12+
Alauda Database Service for MySQL will execute upgrades based on the configured upgrade strategy:
1313
- **Automatic** : Auto-upgrades are triggered immediately upon detecting new component versions.
14-
- **Manual** : Requires manual approval before initiating the upgrade process.
14+
- **Manual** : Requires manual approval before initiating the upgrade process.

doom.config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
title: Alauda Database Service for MySQL-PXC
2-
logoText: Alauda Database Service for MySQL-PXC
1+
title: Alauda Database Service for MySQL
2+
logoText: Alauda Database Service for MySQL
33
lang: en
44
api:
55
crds:

0 commit comments

Comments
 (0)