Skip to content

Commit 97e19fc

Browse files
authored
Merge pull request honojs#553 from chaosi-zju/typos
fix typos error of documents
2 parents d611e1b + 11f2e93 commit 97e19fc

10 files changed

Lines changed: 16 additions & 16 deletions

File tree

blog/2022-10-26-test-report/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ With reference to the SLI (Service Level Indicator)/SLO (Service Level Objective
7676

7777
| Status | SLI | SLO |
7878
|---------|--------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|
79-
| Offical | P99 latency of Mutating API calls (including POST, PUT, DELETE, PATCH) to a single resource object in the last 5 minutes | P99 <= 1s |
80-
| Offical | P99 latency of non-streaming read-only API calls (including GET and LIST) in the last 5 minutes | (a)Scope=resource, P99 <= 1s, (b)Scope=namespace or Scope=cluster, P99 <= 30s |
79+
| Official | P99 latency of Mutating API calls (including POST, PUT, DELETE, PATCH) to a single resource object in the last 5 minutes | P99 <= 1s |
80+
| Official | P99 latency of non-streaming read-only API calls (including GET and LIST) in the last 5 minutes | (a)Scope=resource, P99 <= 1s, (b)Scope=namespace or Scope=cluster, P99 <= 30s |
8181

8282
2. Resource Distribution Latency
8383

8484

8585
| Status | SLI | SLO |
8686
|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|
87-
| Offical | After the user submits the resource template and delivers the policy on the federated control plane, the P99 delay from the time when the resource is created on the member cluster, regardless of the network fluctuation between the control plane and the member cluster | P99 <= 2s |
87+
| Official | After the user submits the resource template and delivers the policy on the federated control plane, the P99 delay from the time when the resource is created on the member cluster, regardless of the network fluctuation between the control plane and the member cluster | P99 <= 2s |
8888

8989
3. Cluster Registration Latency
9090

@@ -431,7 +431,7 @@ Based on this, the number of resources for the control plane does not depend on
431431
432432
Karmada's arthrecture inherits the simplicity and scalability of Kubernetes. Karmada-apiserver as the entry point of the control plane is like kube-apiserver in Kubernetes. You can optimize the component in multi-cluster scenarios using the parameters you need in single cluster configuration.
433433
434-
During the entire resource distribution process, API call latency is within a resonable range.
434+
During the entire resource distribution process, API call latency is within a reasonable range.
435435
436436
### Cluster Registry and Resource Distribution
437437
@@ -465,7 +465,7 @@ In Pull mode, the main resource consumption of the control plane is concentrated
465465
From the qps of karmada-apiserver and the request latency of karmada-etcd, we can know that the number of requests to karmada-apiserver is kept at a high level.
466466
In Pull mode, karmada-agent of each member cluster needs to maintain a long connection with karmada-apiserver.
467467
We can easily conclude that the number of requests for karmada-apiserver will be N times that of configuration in karmada-agent(N=`#Num of clusters`).
468-
Therefore, in the scenario of a large number of Pull mode clusters, we recommand increasing the `--max-requests-inflight`, `--max-mutating-requests-inflight` in karmada-apiserver and `--quota-backend-bytes` in karmada-etcd to improve the throughout of the control plane.
468+
Therefore, in the scenario of a large number of Pull mode clusters, we recommend increasing the `--max-requests-inflight`, `--max-mutating-requests-inflight` in karmada-apiserver and `--quota-backend-bytes` in karmada-etcd to improve the throughout of the control plane.
469469

470470
Now Karmada provides the ability named [cluster resource modeling](https://karmada.io/docs/next/userguide/scheduling/cluster-resources) to make scheduling decisions in scenario of dynamic replica assignment based on idle cluster resources.
471471
In the process of resource modeling, it will collect node and pod information from all clusters managed by Karmada. This imposes a considerable performance burden in large-scale scenarios.

docs/reference/karmada-api/common-definitions/quantity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ auto_generated: true
1616

1717
`import "k8s.io/apimachinery/pkg/api/resource"`
1818

19-
Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors.
19+
Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshalling in JSON and YAML, in addition to String() and AsInt64() accessors.
2020

2121
The serialization format is:
2222

docs/tutorials/access-service-across-clusters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Access service acrosss clusters within native service
2+
title: Access service across clusters within native service
33
---
44

55
In Karmada, the MultiClusterService can enable users to access services across clusters with the native service domain name, like `foo.svc`, with the aim of providing users with a seamless experience when accessing services across multiple clusters, as if they were operating within a single cluster.

i18n/zh/docusaurus-plugin-content-blog/2022-10-26-test-report/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ karmada-controller-manager运行着各种控制器,这些控制器watch着Karm
7070

7171
| Status | SLI | SLO |
7272
|---------|------------------------------------------------------------|-------------------------------------------------------------------------------|
73-
| Offical | 最近5min对单个资源对象Mutating API调用(包括POST、PUT、DELETE、PATCH)的P99时延 | P99 <= 1s |
74-
| Offical | 最近5min的non-streaming的只读API调用(包括GET和LIST)的P99时延 | (a)Scope=resource, P99 <= 1s, (b)Scope=namespace or Scope=cluster, P99 <= 30s |
73+
| Official | 最近5min对单个资源对象Mutating API调用(包括POST、PUT、DELETE、PATCH)的P99时延 | P99 <= 1s |
74+
| Official | 最近5min的non-streaming的只读API调用(包括GET和LIST)的P99时延 | (a)Scope=resource, P99 <= 1s, (b)Scope=namespace or Scope=cluster, P99 <= 30s |
7575

7676
2. Resource Distribution Latency
7777

7878

7979
| Status | SLI | SLO |
8080
|---------|-----------------------------------------------------------|-----------|
81-
| Offical | 用户在联邦控制面提交资源模板和下发策略后到资源在成员集群上被创建的P99时延,不考虑控制面与成员集群之间的网络波动 | P99 <= 2s |
81+
| Official | 用户在联邦控制面提交资源模板和下发策略后到资源在成员集群上被创建的P99时延,不考虑控制面与成员集群之间的网络波动 | P99 <= 2s |
8282

8383
3. Cluster Registration Latency
8484

i18n/zh/docusaurus-plugin-content-docs/current/reference/karmada-api/common-definitions/quantity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ auto_generated: true
1616

1717
`import "k8s.io/apimachinery/pkg/api/resource"`
1818

19-
Quantity 是数字的定点表示。除了 String() 和 AsInt64() 的访问接口之外,此字段还在 JSON 和 YAML 中提供了方便的序列化(marshaling)和反序列化(unmarshaling)。
19+
Quantity 是数字的定点表示。除了 String() 和 AsInt64() 的访问接口之外,此字段还在 JSON 和 YAML 中提供了方便的序列化(marshaling)和反序列化(unmarshalling)。
2020

2121
序列化格式如下:
2222

i18n/zh/docusaurus-plugin-content-docs/current/tutorials/access-service-across-clusters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Access service acrosss clusters within native service
2+
title: Access service across clusters within native service
33
---
44

55
In Karmada, the MultiClusterService can enable users to access services across clusters with the native service domain name, like `foo.svc`, with the aim of providing users with a seamless experience when accessing services across multiple clusters, as if they were operating within a single cluster.

i18n/zh/docusaurus-plugin-content-docs/current/tutorials/autoscaling-with-resource-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Autoscaling across clusters with resoruce metrics
2+
title: Autoscaling across clusters with resource metrics
33
---
44
In Karmada, a FederatedHPA scales up/down the workload's replicas across multiple clusters, with the aim of automatically scaling the workload to match the demand.
55

i18n/zh/docusaurus-plugin-content-docs/version-v1.8/reference/karmada-api/common-definitions/quantity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ auto_generated: true
1616

1717
`import "k8s.io/apimachinery/pkg/api/resource"`
1818

19-
Quantity 是数字的定点表示。除了 String() 和 AsInt64() 的访问接口之外,此字段还在 JSON 和 YAML 中提供了方便的序列化(marshaling)和反序列化(unmarshaling)。
19+
Quantity 是数字的定点表示。除了 String() 和 AsInt64() 的访问接口之外,此字段还在 JSON 和 YAML 中提供了方便的序列化(marshaling)和反序列化(unmarshalling)。
2020

2121
序列化格式如下:
2222

i18n/zh/docusaurus-plugin-content-docs/version-v1.8/tutorials/autoscaling-with-resource-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Autoscaling across clusters with resoruce metrics
2+
title: Autoscaling across clusters with resource metrics
33
---
44
In Karmada, a FederatedHPA scales up/down the workload's replicas across multiple clusters, with the aim of automatically scaling the workload to match the demand.
55

versioned_docs/version-v1.8/reference/karmada-api/common-definitions/quantity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ auto_generated: true
1616

1717
`import "k8s.io/apimachinery/pkg/api/resource"`
1818

19-
Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors.
19+
Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshalling in JSON and YAML, in addition to String() and AsInt64() accessors.
2020

2121
The serialization format is:
2222

0 commit comments

Comments
 (0)