mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-22 07:50:04 -05:00
[no ci] fix typo in variable
This commit is contained in:
parent
13fdf9b998
commit
071d040d45
2
.github/actions/e2e_emergency_ssh/action.yml
vendored
2
.github/actions/e2e_emergency_ssh/action.yml
vendored
@ -43,7 +43,7 @@ runs:
|
||||
ssh-keygen -t ecdsa -q -N "" -f ./access-key
|
||||
constellation ssh --debug --key ./access-key.pub
|
||||
internalIPs="$(kubectl get nodes -o=jsonpath='{.items[*].status.addresses}' | jq -r '.[] | select(.type == "InternalIP") | .address')"
|
||||
for ip in internalIPs; do
|
||||
for ip in $internalIPs; do
|
||||
echo "Trying connection to $ip over $lb"
|
||||
ssh -F ssh_config -o BatchMode=yes $ip true
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user