Skip to content

Commit b2596d2

Browse files
authored
Merge pull request #41055 from sftim/20230510_revise_encryption_at_rest_partially_1
Revise API resource encryption at rest: introduction
2 parents c104c20 + aec678e commit b2596d2

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

content/en/docs/tasks/administer-cluster/encrypt-data.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
title: Encrypting Secret Data at Rest
2+
title: Encrypting Confidential Data at Rest
33
reviewers:
44
- smarterclayton
55
- enj
66
content_type: task
7-
min-kubernetes-server-version: 1.13
87
weight: 210
98
---
109

@@ -13,13 +12,19 @@ This page shows how to enable and configure encryption of secret data at rest.
1312

1413
## {{% heading "prerequisites" %}}
1514

16-
* {{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
15+
* {{< include "task-tutorial-prereqs.md" >}}
1716

18-
* etcd v3.0 or later is required
17+
* This task assumes that you are running the Kubernetes API server as a
18+
{{< glossary_tooltip text="static pod" term_id="static-pod" >}} on each control
19+
plane node.
20+
21+
* Your cluster's control plane **must** use etcd v3.x (major version 3, any minor version).
1922

2023
* To encrypt a custom resource, your cluster must be running Kubernetes v1.26 or newer.
2124

22-
* Use of wildcard for resource encryption is available from Kubernetes v1.27 or newer.
25+
* To use a wildcard to match resources, your cluster must be running Kubernetes v1.27 or newer.
26+
27+
{{< version-check >}}
2328

2429

2530
<!-- steps -->

0 commit comments

Comments
 (0)