-
Notifications
You must be signed in to change notification settings - Fork 462
API Updates #898
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
API Updates #898
Conversation
kikisdeliveryservice
left a comment
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.
I know this is a WIP but before you get too far, can you break out those vendor changes as a separate commit?
ce8a868 to
cee81db
Compare
instead of YAML. This makes the encodeKubeletConfig function reusable for conversion between KubeletConfiguration and RawExtension types.
c9887ab to
6b94d79
Compare
|
uhohs. your e2e-aws-op is hitting the same hyperkube error: but it seems to not completely timeout on that and eventually resolve (tho it spends ~30 mins in that error loop?) see: |
…on type conversion
|
@rphillips could you review the second commit especially. Want to make sure it's ok to encode to JSON internally here instead of YAML. @sttts please have a look at the KubeletConfiguration<->RawExtension conversion in the third commit. Note that I am re-using and not adding the actual conversion funcs. |
|
edit: Nevermind... We don't read the yaml kubelet config. This should be great. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: LorbusChris, rphillips The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/hold for @sttts to confirm his comments were addressed. |
|
uhm, too late, @LorbusChris can you make sure you follow up Stephan comments asap? |
Various API Updates as suggested in and in preparation for openshift/api#301
Added KubeletConfiguration to RawExtension conversion to make API independent from kubelet type/api versioning.