-
Notifications
You must be signed in to change notification settings - Fork 14
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
Update test certs #205
Update test certs #205
Conversation
The controller-gen tool evidently stamps the files it generates with its version so when we upgrade controller-gen the generated yaml files change, too. Signed-off-by: Toby Cabot <toby@acnodal.io>
The generate and verify tests had their own certs but they can share certs which will make it easier to renew when they expire. Signed-off-by: Toby Cabot <toby@acnodal.io>
They will be valid for 10 years. Signed-off-by: Toby Cabot <toby@acnodal.io>
/kind bug |
Sorry for closing and reopening, I guess I had a git brainfart. |
/priority high Seems like high priority is justified since the build is broken. |
@acnodal-tc: The label(s) 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. |
/priority important-soon |
/ok-to-test |
/lgtm |
LGTM label has been added. Git tree hash: 1c3fa893eee20ee8cf3ac96a05855947d0317ab2
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: roivaz 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 |
This updates the unit test cert (which had expired), changes the unit tests so they share certs instead of each having their own, and has a janitorial commit to update the generated yaml files to match the makefile-specified controller-tools version.
/closes #204