This is an automated email from the ASF dual-hosted git repository.
ckj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle-website.git
The following commit(s) were added to refs/heads/master by this push:
new c7dd407 docs: update kubernetes operator in feature list
c7dd407 is described below
commit c7dd407732bd17c3cf813b522e7f917a211ce056
Author: Kaijie Chen <[email protected]>
AuthorDate: Sat Mar 18 21:07:48 2023 +0800
docs: update kubernetes operator in feature list
---
src/components/HomepageFeatures/index.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/HomepageFeatures/index.tsx
b/src/components/HomepageFeatures/index.tsx
index 8fc3d05..b5c645c 100644
--- a/src/components/HomepageFeatures/index.tsx
+++ b/src/components/HomepageFeatures/index.tsx
@@ -49,10 +49,10 @@ const FeatureList: FeatureItem[] = [
),
},
{
- title: 'Kubernetes Integration',
+ title: 'Kubernetes Operator',
description: (
<>
- Works well in containerized environments like Kubernetes.
+ Extends the Kubernetes API to create, configure, and manage
Uniffle instances.
</>
),
},