You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by ww...@apache.org on 2020/06/21 05:05:48 UTC

[incubator-yunikorn-site] branch site-v2 updated: optimize the index page

This is an automated email from the ASF dual-hosted git repository.

wwei pushed a commit to branch site-v2
in repository https://gitbox.apache.org/repos/asf/incubator-yunikorn-site.git


The following commit(s) were added to refs/heads/site-v2 by this push:
     new dc0a65b  optimize the index page
dc0a65b is described below

commit dc0a65b93d0a5762b6dd70907e5727d306f5ae27
Author: Weiwei yang <ww...@apache.org>
AuthorDate: Sat Jun 20 22:05:27 2020 -0700

    optimize the index page
---
 docusaurus.config.js      |   2 +-
 src/pages/index.js        |  13 ++++++-------
 static/img/cloud-prem.png | Bin 638560 -> 586856 bytes
 static/img/k8s.png        | Bin 220913 -> 197841 bytes
 4 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 356c97c..6b8bbb5 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -18,7 +18,7 @@ const versions = require('./versions.json');
 
 module.exports = {
   title: 'Apache YuniKorn',
-  tagline: 'Apache YuniKorn (Incubating) is a light-weight, universal resource scheduler for container orchestrator systems.',
+  tagline: 'A light-weight, universal resource scheduler for container orchestrator systems. Designed for running Big Data & ML on Kubernetes!',
   url: 'http://yunikorn.apache.org',
   baseUrl: '/',
   favicon: 'img/yunikorn.ico',
diff --git a/src/pages/index.js b/src/pages/index.js
index 91d28d2..850fe8d 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -27,9 +27,9 @@ const features = [
     imageUrl: 'img/scheduling.png',
     description: (
       <>
-      Built-in with comprehensive scheduling capabilities, such as hierarchy
+      Builtin with comprehensive scheduling capabilities, including hierarchy
       queues, resource fairness across queues, job ordering (FIFO/FAIR), pluggable
-      node sorting policies, preemption, etc.
+      node sorting policies, preemption, and more.
       </>
     ),
   },
@@ -38,9 +38,8 @@ const features = [
     imageUrl: 'img/k8s.png',
     description: (
       <>
-      YuniKorn is fully K8s compatible, all K8s APIs are supported
-      such as predicates, volumes, etc. No API changes needed from client
-      side.
+      Fully K8s compatible, an alternative of the default K8s
+      scheduler, but more powerful. Transparent for the existing K8s applications.
       </>
     ),
   },
@@ -49,8 +48,8 @@ const features = [
     imageUrl: 'img/cloud-prem.png',
     description: (
       <>
-      It supports both on-prem and on-cloud clusters. It works with cluster
-      autoscaler on cloud to bring maximum resource elasticity.
+      Supports both on-prem and on-cloud use cases. When running on cloud, it works
+      with the autoscaler to bring maximum resource elasticity, with better throughput.
       </>
     ),
   },
diff --git a/static/img/cloud-prem.png b/static/img/cloud-prem.png
index 14908bf..38788e2 100644
Binary files a/static/img/cloud-prem.png and b/static/img/cloud-prem.png differ
diff --git a/static/img/k8s.png b/static/img/k8s.png
index 6852613..1b2c245 100644
Binary files a/static/img/k8s.png and b/static/img/k8s.png differ