File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
content/en/docs/tasks/administer-cluster Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : Encrypting Secret Data at Rest
2
+ title : Encrypting Confidential Data at Rest
3
3
reviewers :
4
4
- smarterclayton
5
5
- enj
6
6
content_type : task
7
- min-kubernetes-server-version : 1.13
8
7
weight : 210
9
8
---
10
9
@@ -13,13 +12,19 @@ This page shows how to enable and configure encryption of secret data at rest.
13
12
14
13
## {{% heading "prerequisites" %}}
15
14
16
- * {{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
15
+ * {{< include "task-tutorial-prereqs.md" >}}
17
16
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).
19
22
20
23
* To encrypt a custom resource, your cluster must be running Kubernetes v1.26 or newer.
21
24
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 >}}
23
28
24
29
25
30
<!-- steps -->
You can’t perform that action at this time.
0 commit comments