Merge pull request #44675 from sftim/20240108_revise_encryption_at_rest

Highlight important comment in API encryption at rest task
This commit is contained in:
Kubernetes Prow Robot 2024-01-09 16:50:43 +01:00 committed by GitHub
commit e4d387682b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -65,7 +65,10 @@ decrypt data stored in the etcd.
## Understanding the encryption at rest configuration
```yaml
<!-- note to localizers: the highlight is to make the initial comment obvious -->
<!-- you can use as many lines as makes sense for your target localization -->
{{< highlight yaml "linenos=false,hl_lines=2-5" >}}
---
#
# CAUTION: this is an example configuration.
@ -118,7 +121,7 @@ resources:
keys:
- name: key3
secret: c2VjcmV0IGlzIHNlY3VyZSwgSSB0aGluaw==
```
{{< /highlight >}}
Each `resources` array item is a separate config and contains a complete configuration. The
`resources.resources` field is an array of Kubernetes resource names (`resource` or `resource.group`)