-
Notifications
You must be signed in to change notification settings - Fork 841
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(releng): Create service account for file promotions #2700
infra(releng): Create service account for file promotions #2700
Conversation
69988fa
to
325fc77
Compare
325fc77
to
c04cf3d
Compare
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.
The changes look mostly LGTM as a no-op, did you want something to call empower_file_promoter
here or were you saving that for a followup PR?
c04cf3d
to
ca1bf66
Compare
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.
/approve
/lgtm
I ran Now running |
/hold |
/lgtm cancel |
...in preparation for adding file promoter service account configs Signed-off-by: Stephen Augustus <[email protected]>
Signed-off-by: Stephen Augustus <[email protected]>
Signed-off-by: Stephen Augustus <[email protected]>
Signed-off-by: Stephen Augustus <[email protected]>
ca1bf66
to
eb09abb
Compare
(Opened kubernetes/test-infra#23557 to utilize this account for file promotion jobs.) |
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: justaugustus, 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 |
iam.gke.io/gcp-service-account: [email protected] | ||
name: k8s-infra-promoter |
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.
For followup: did you want a k8s-infra-promoter-bak
account that can write to k8s-artifacts-prod-bak
? I see you've got the same for gcr above
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.
For followup: did you want a
k8s-infra-promoter-bak
account that can write tok8s-artifacts-prod-bak
? I see you've got the same for gcr above
Very possibly! I wanted to minimize the accounts until the need arises, but I've added this as an AI in kubernetes-sigs/promo-tools#413.
/hold cancel |
I ended up having to deploy using a locally modified script to work around the following:
#2703 contains the changes |
Part of #2624, kubernetes-sigs/promo-tools#413.
IMAGE_
to image promoter svc account vars...in preparation for adding file promoter service account configs
empower_file_promoter
Signed-off-by: Stephen Augustus [email protected]