-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Issue kube-scheduler and kube-controller-manager certs in nodeup #9313
Issue kube-scheduler and kube-controller-manager certs in nodeup #9313
Conversation
a92cd0c
to
1f4e40f
Compare
This actually looks really good to me. It doesn't have the generated keys themselves, which was always going to be the concern :-) I did try two things: I wrapped pkix.Name so we could avoid all the nils e.g. Personally I think this looks really good at this point - very clear. Do you think we need to do more here @johngmyers ? |
a3184f1
to
a1421c2
Compare
a1421c2
to
bf11a65
Compare
d604212
to
6b015a9
Compare
6b015a9
to
d8970b9
Compare
@@ -28,13 +28,25 @@ import ( | |||
"k8s.io/kops/upup/pkg/fi" | |||
) | |||
|
|||
// PKIXName is a simplified form of pkix.Name, for better golden test output | |||
type PKIXName struct { | |||
fi.NotADependency |
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.
nice idea 👍
Thanks @johngmyers - this is looking really good /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: johngmyers, justinsb 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 |
Need to research how to make the golden output more readable/useful.
/cc @justinsb