-
Notifications
You must be signed in to change notification settings - Fork 828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
infra/gcp/prow: use two default ssh keys #1904
infra/gcp/prow: use two default ssh keys #1904
Conversation
I would rather just use the one, but I no longer have time to untangle whatever is going on between prow, kubetest2, cluster/log-dump.sh and `gcloud ssh` Since the steady state we've converged on is most projects having both keys, make that the default / expected state
712053a
to
8da8aa9
Compare
OK, removed [wip] commit 712053a Ran
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hasheddan, spiffxp The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
fi | ||
|
||
if ! diff ${ssh_keys_before} ${ssh_keys_after} >/dev/null; then | ||
gcloud compute project-info add-metadata --project="${prj}" \ | ||
cloud compute project-info add-metadata --project="${prj}" \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@spiffxp Nit?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch, thank you
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#1907 should fix
/lgtm late :) |
This is followup to #1894
Fixes #1751
I would rather just use the one, but I no longer have time to untangle whatever is going on between prow, kubetest2, cluster/log-dump.sh and
gcloud ssh
(ref: #1751 (comment))Since the steady state we've converged on is most projects having both keys, make that the default / expected state
As with #1894 I've added a [wip] commit to this PR to make running this script faster. Will remove commit and [wip] from PR once actuated.