mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 17:28:58 +03:00
Replace gcloud compute scp by scp (classical)
This commit is contained in:
@@ -36,7 +36,7 @@ Copy the `encryption-config.yaml` encryption config file to each controller inst
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
for instance in controller-0 controller-1 controller-2; do
|
for instance in controller-0 controller-1 controller-2; do
|
||||||
gcloud compute scp encryption-config.yaml ${instance}:~/
|
scp encryption-config.yaml root@${instance}:~/
|
||||||
done
|
done
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user