mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 01:08:58 +03:00
The chapter 'Generating the Data Encryption Config and Key' is updated.
This commit is contained in:
@@ -38,9 +38,8 @@ EOF
|
||||
Copy the `encryption-config.yaml` encryption config file to each controller node:
|
||||
|
||||
```
|
||||
$ USERNAME=<User Name of Virtual Machines>
|
||||
$ for num in 1 2 3; do
|
||||
scp -i ~/.ssh/id_rsa-k8s.pub encryption-config.yaml ${USERNAME}@10.240.0.1${num}:~/
|
||||
scp -i ~/.ssh/id_rsa-k8s encryption-config.yaml ${USER}@10.240.0.1${num}:~/
|
||||
done
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user