mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-09-19 10:30:41 +03:00
Specify public key
This commit is contained in:
@@ -45,7 +45,7 @@ done
|
|||||||
```
|
```
|
||||||
for instance in controller-0 controller-1 controller-2; do
|
for instance in controller-0 controller-1 controller-2; do
|
||||||
IP=$(az vm show -d --name ${instance} --query "publicIps" -o tsv)
|
IP=$(az vm show -d --name ${instance} --query "publicIps" -o tsv)
|
||||||
scp encryption-config.yaml azureuser@${IP}:/home/azureuser
|
scp -i $HOME/.ssh/k8sthehardway encryption-config.yaml azureuser@${IP}:/home/azureuser
|
||||||
done
|
done
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user