[en] typo fix admistrators-> administrators

admistrators-> administrators
This commit is contained in:
Stanislav Kardashov 2022-08-15 19:11:34 +03:00 committed by GitHub
parent 59cd910ec5
commit 6bb6d9c686
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1324,7 +1324,7 @@ have access to run a Pod that then exposes the Secret.
[RBAC](/docs/reference/access-authn-authz/rbac/).
- In the API server, objects (including Secrets) are persisted into
{{< glossary_tooltip term_id="etcd" >}}; therefore:
- only allow cluster admistrators to access etcd (this includes read-only access);
- only allow cluster administrators to access etcd (this includes read-only access);
- enable [encryption at rest](/docs/tasks/administer-cluster/encrypt-data/)
for Secret objects, so that the data of these Secrets are not stored in the clear
into {{< glossary_tooltip term_id="etcd" >}};