mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-12 20:57:20 +00:00
Merge pull request #39049 from ixdy/node-e2e-ssh-key
Automatic merge from submit-queue Add flag to node e2e test specifying location of ssh privkey **What this PR does / why we need it**: in CI, the ssh private key is not always located at `$HOME/.ssh`, so it's helpful to be able to override it. @krzyzacy here's my resurrected change. I'm not sure why I neglected to follow-through on it originally. **Release note**: ```release-note NONE ```
This commit is contained in:
@@ -47,6 +47,7 @@ cluster/photon-controller/templates/salt-minion.sh: hostname_override: $(ip rou
|
||||
cluster/photon-controller/util.sh: node_ip=$(${PHOTON} vm networks "${node_id}" | grep -i $'\t'"00:0C:29" | grep -E '[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' | head -1 | awk -F'\t' '{print $3}')
|
||||
cluster/photon-controller/util.sh: local cert_dir="/srv/kubernetes"
|
||||
cluster/photon-controller/util.sh: node_name=${1}
|
||||
cluster/photon-controller/util.sh: ssh_key=$(ssh-add -L | head -1)
|
||||
cluster/rackspace/util.sh: local node_ip=$(nova show --minimal ${NODE_NAMES[$i]} \
|
||||
cluster/saltbase/salt/cluster-autoscaler/cluster-autoscaler.manifest:{% set params = pillar['autoscaler_mig_config'] + " " + cloud_config -%}
|
||||
cluster/saltbase/salt/etcd/etcd.manifest: "value": "{{ storage_backend }}"
|
||||
|
@@ -576,6 +576,7 @@ sort-by
|
||||
source-file
|
||||
ssh-env
|
||||
ssh-keyfile
|
||||
ssh-key
|
||||
ssh-options
|
||||
ssh-user
|
||||
start-services
|
||||
|
Reference in New Issue
Block a user