From 5ca30c6b63d4fcf0c16bc13c16b5a6d40bde5271 Mon Sep 17 00:00:00 2001 From: duanmengkk Date: Wed, 4 Sep 2024 09:12:58 +0800 Subject: [PATCH] add auto deploy ci Signed-off-by: duanmengkk --- docs/v0.2.0/proposals/distribution-policy.md | 2 +- src/components/HomepageDescription.js | 2 +- src/components/HomepageDescription.module.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/v0.2.0/proposals/distribution-policy.md b/docs/v0.2.0/proposals/distribution-policy.md index 514f2cb..dbf58d1 100644 --- a/docs/v0.2.0/proposals/distribution-policy.md +++ b/docs/v0.2.0/proposals/distribution-policy.md @@ -19,7 +19,7 @@ Kosmos provides a multi-cluster scheduler (kosmos-scheduler) and some scheduling [Code](https://github.com/kosmos-io/kosmos/pull/321) responsible for working with DistributionPolicy and ClusterDistributionPolicy CRD API will be imported in the kosmos-scheduler plugins repo. DistributionPolicy is namespace scope and ClusterDistributionPolicy is cluster scope. #### Filter extension points implementation details -Since target resources distribution policies are stored in the CRD (DistributionPolicy & ClusterDistributionPolicy), kosmos-scheduler should be subscribed for updates of appropriate CRD type. kosmos-scheduler will use informers which will be generated with the name dpInformer(cdpInformer). CRD will contian in ResourceSelectors and PolicyTerms. ResourceSelectors used to select resources and is required. PolicyTerms represents the rule for select nodes to distribute resources. +Since target resources distribution policies are stored in the CRD (DistributionPolicy & ClusterDistributionPolicy), kosmos-scheduler should be subscribed for updates of appropriate CRD type. kosmos-scheduler will use informers which will be generated with the name dpInformer(cdpInformer). CRD will contain in ResourceSelectors and PolicyTerms. ResourceSelectors used to select resources and is required. PolicyTerms represents the rule for select nodes to distribute resources. **Description of the ResourceSelectors rules** 1. ResourceSelectors is required diff --git a/src/components/HomepageDescription.js b/src/components/HomepageDescription.js index 162a7e7..b08a37f 100644 --- a/src/components/HomepageDescription.js +++ b/src/components/HomepageDescription.js @@ -8,7 +8,7 @@ function Feature() {
-
+
What is Kosmos?

Kosmos is an open-source, integrated distributed cloud-native solution. The name "kosmos" is formed by combining the "k" representing Kubernetes with "cosmos" from Greek, symbolizing the infinite scalability of Kubernetes.

diff --git a/src/components/HomepageDescription.module.css b/src/components/HomepageDescription.module.css index c4d03fd..4221d35 100644 --- a/src/components/HomepageDescription.module.css +++ b/src/components/HomepageDescription.module.css @@ -7,7 +7,7 @@ width: 100%; } -.rigthInfo { +.rightInfo { width: 50%; display: flex; flex-direction: column;