-
Notifications
You must be signed in to change notification settings - Fork 811
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
Built tools: Update install with Allocation certs #1869
Built tools: Update install with Allocation certs #1869
Conversation
/cc @ilkercelikyilmaz FYI |
@markmandel: GitHub didn't allow me to request PR reviews from the following users: FYI. Note that only googleforgames members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Add `update-allocation-certs` to the development tooling to be run after `make install` to provide a target to generate and store certificates for the Allocation gRPC endpoint.
c8048e8
to
17a81fa
Compare
Build Succeeded 👏 Build Id: c4904a0c-a078-4df4-8828-fbd998a611d9 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: a9fa0dc6-e7e5-4f68-a6a3-e7ead6184454 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Thanks, I like it :) |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: markmandel, pooneh-m 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 |
What type of PR is this?
/kind feature
What this PR does / Why we need it:
Add
update-allocation-certs
to the development tooling to be run aftermake install
to provide a target to generate and store certificates for the Allocation gRPC endpoint.Which issue(s) this PR fixes:
Related to #1852 and PR #1867
Special notes for your reviewer:
Primarily written so as to make testing with #1867 easier.