Skip to content

Commit 9e01fb5

Browse files
authored
Merge pull request #24037 from RULCSoft/fix-typos
Fix typos
2 parents e93879f + 2ff48e6 commit 9e01fb5

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

content/en/docs/concepts/configuration/manage-resources-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ If you want to use project quotas, you should:
438438
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
439439
in the kubelet configuration.
440440

441-
* Ensure that the the root filesystem (or optional runtime filesystem)
441+
* Ensure that the root filesystem (or optional runtime filesystem)
442442
has project quotas enabled. All XFS filesystems support project quotas.
443443
For ext4 filesystems, you need to enable the project quota tracking feature
444444
while the filesystem is not mounted.

content/en/docs/reference/access-authn-authz/rbac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@ the [legacy ABAC policy](/docs/reference/access-authn-authz/abac/#policy-file-fo
11931193
```
11941194
11951195
To explain that first command line option in detail: if earlier authorizers, such as Node,
1196-
deny a request, then the the RBAC authorizer attempts to authorize the API request. If RBAC
1196+
deny a request, then the RBAC authorizer attempts to authorize the API request. If RBAC
11971197
also denies that API request, the ABAC authorizer is then run. This means that any request
11981198
allowed by *either* the RBAC or ABAC policies is allowed.
11991199

content/en/docs/reference/using-api/health-checks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The `healthz` endpoint is deprecated (since Kubernetes v1.16), and you should us
1919
The `livez` endpoint can be used with the `--livez-grace-period` [flag](/docs/reference/command-line-tools-reference/kube-apiserver) to specify the startup duration.
2020
For a graceful shutdown you can specify the `--shutdown-delay-duration` [flag](/docs/reference/command-line-tools-reference/kube-apiserver) with the `/readyz` endpoint.
2121
Machines that check the `health`/`livez`/`readyz` of the API server should rely on the HTTP status code.
22-
A status code `200` indicates the the API server is `healthy`/`live`/`ready`, depending of the called endpoint.
22+
A status code `200` indicates the API server is `healthy`/`live`/`ready`, depending of the called endpoint.
2323
The more verbose options shown below are intended to be used by human operators to debug their cluster or specially the state of the API server.
2424

2525
The following examples will show how you can interact with the health API endpoints.

content/en/docs/tasks/extend-kubectl/kubectl-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ An older kubectl plugin mechanism provided environment variables such as `KUBECT
153153
kubectl plugins must parse and validate all of the arguments passed to them.
154154
See [using the command line runtime package](#using-the-command-line-runtime-package) for details of a Go library aimed at plugin authors.
155155

156-
Here are some additional cases where users invoke your plugin while providing additional flags and arguments. This builds upon the the `kubectl-foo-bar-baz` plugin from the scenario above.
156+
Here are some additional cases where users invoke your plugin while providing additional flags and arguments. This builds upon the `kubectl-foo-bar-baz` plugin from the scenario above.
157157

158158
If you run `kubectl foo bar baz arg1 --flag=value arg2`, kubectl's plugin mechanism will first try to find the plugin with the longest possible name, which in this case
159159
would be `kubectl-foo-bar-baz-arg1`. Upon not finding that plugin, kubectl then treats the last dash-separated value as an argument (`arg1` in this case), and attempts to find the next longest possible name, `kubectl-foo-bar-baz`.

content/zh/docs/concepts/configuration/manage-resources-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ If you want to use project quotas, you should:
815815
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
816816
in the kubelet configuration.
817817

818-
* Ensure that the the root filesystem (or optional runtime filesystem)
818+
* Ensure that the root filesystem (or optional runtime filesystem)
819819
has project quotas enabled. All XFS filesystems support project quotas.
820820
For ext4 filesystems, you need to enable the project quota tracking feature
821821
while the filesystem is not mounted.

content/zh/docs/tasks/extend-kubectl/kubectl-plugins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,14 +243,14 @@ An older kubectl plugin mechanism provided environment variables such as `KUBECT
243243
kubectl plugins must parse and validate all of the arguments passed to them.
244244
See [using the command line runtime package](#using-the-command-line-runtime-package) for details of a Go library aimed at plugin authors.
245245
246-
Here are some additional cases where users invoke your plugin while providing additional flags and arguments. This builds upon the the `kubectl-foo-bar-baz` plugin from the scenario above.
246+
Here are some additional cases where users invoke your plugin while providing additional flags and arguments. This builds upon the `kubectl-foo-bar-baz` plugin from the scenario above.
247247
-->
248248
kubeclt 插件必须解析并检查传递给它们的所有参数。
249249
参阅[使用命令行运行时包](#using-the-command-line-runtime-package)了解针对
250250
插件开发人员的 Go 库的细节。
251251

252252
<!--
253-
Here are some additional cases where users invoke your plugin while providing additional flags and arguments. This builds upon the the `kubectl-foo-bar-baz` plugin from the scenario above.
253+
Here are some additional cases where users invoke your plugin while providing additional flags and arguments. This builds upon the `kubectl-foo-bar-baz` plugin from the scenario above.
254254
-->
255255
这里是一些用户调用你的插件的时候提供额外标志和参数的场景。
256256
这些场景时基于上述案例中的 `kubectl-foo-bar-baz` 插件的。

0 commit comments

Comments
 (0)