mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 01:08:58 +03:00
simplify loop
This commit is contained in:
@@ -35,7 +35,7 @@ EOF
|
||||
Copy the `encryption-config.yaml` encryption config file to each controller instance:
|
||||
|
||||
```sh
|
||||
for instance in controller-0 controller-1 controller-2; do
|
||||
for instance in controller-{0..2}; do
|
||||
gcloud compute scp encryption-config.yaml ${instance}:~/
|
||||
done
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user