Update 06-data-encryption-keys.md

Adding reference to encrypting-data to kubernetes.io
This commit is contained in:
rahulsoni43
2019-11-19 09:19:09 +05:30
committed by GitHub
parent 4fe0ff1921
commit 146b373f27

View File

@@ -39,5 +39,6 @@ for instance in master-1 master-2; do
scp encryption-config.yaml ${instance}:~/ scp encryption-config.yaml ${instance}:~/
done done
``` ```
Reference: https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/#encrypting-your-data
Next: [Bootstrapping the etcd Cluster](07-bootstrapping-etcd.md) Next: [Bootstrapping the etcd Cluster](07-bootstrapping-etcd.md)