[go: nahoru, domu]

Skip to content
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

Remove k8s-openapi version feature from kubelet #691

Merged
merged 1 commit into from
Oct 20, 2021

Conversation

kflansburg
Copy link
Collaborator

Closes #612

I think this is all we need, kubelet and wasi-provider crates now only specify the version feature in dev-dependencies.

Our binaries are compiled with the specific version we test (1.22 right now).

I verified that I can create new project which imports kubelet crate, and specify a different version without issues.

The only missing component is that we discussed specifying a default version, and requiring the user to turn off default features to customize their API version. k8s-openapi is pretty explicit that libraries should not specify version features. Would it be worth reaching out to the author to get their opinion? @bacongobbler

Signed-off-by: Kevin Flansburg <kevin.flansburg@gmail.com>
@kflansburg kflansburg force-pushed the kflansburg/no-default-k8s-openapi branch from 6912fe0 to 355f9a2 Compare October 20, 2021 00:42
@kflansburg
Copy link
Collaborator Author

Not sure what is causing the Windows E2E failure:

dial tcp 172.18.112.1:3001: connect: no route to host: 

Doesnt seem related to the changes here

@thomastaylor312
Copy link
Member

That seems like a kind failure of some type

@bacongobbler
Copy link
Collaborator

Would it be worth reaching out to the author to get their opinion? @bacongobbler

Nah - I think the article you linked is sufficient.

@thomastaylor312
Copy link
Member

@kflansburg There is definitely something up with the windows e2e stuff that @bacongobbler and I are trying to figure out. So I think you should be ok to merge this

@kflansburg kflansburg merged commit 7b73f2e into main Oct 20, 2021
@kflansburg kflansburg deleted the kflansburg/no-default-k8s-openapi branch October 20, 2021 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow user to set kubernetes API version at compile time
3 participants