From 891d10a338bb06d77e576fb2711d95fefb956c85 Mon Sep 17 00:00:00 2001 From: Pick1a1username <20301273+Pick1a1username@users.noreply.github.com> Date: Sun, 17 Feb 2019 18:50:44 +0900 Subject: [PATCH] The chapter 'Generating the Data Encryption Config and Key' is updated. --- docs/06-data-encryption-keys.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/06-data-encryption-keys.md b/docs/06-data-encryption-keys.md index 37f3d09..bcf5eb8 100644 --- a/docs/06-data-encryption-keys.md +++ b/docs/06-data-encryption-keys.md @@ -4,6 +4,9 @@ Kubernetes stores a variety of data including cluster state, application configu In this chapter, you will generate an encryption key and an [encryption config](https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/#understanding-the-encryption-at-rest-configuration) suitable for encrypting Kubernetes Secrets. +**All procedures in this chapter should be done in `client-1`.** + + ## The Encryption Key Generate an encryption key: