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

Making k8s-client compatible with other gems (kubeclient) - jsonpath dependency conflict #176

Open
Sairav opened this issue Sep 28, 2022 · 2 comments

Comments

@Sairav
Copy link

Sairav commented Sep 28, 2022

Currently k8s-client 0.10.4 depends on jsonpath (> 0.9.5) , when using with kubeclient (= 4.9.3) which depends on jsonpath (> 1.0) , we have a bundle dependency conflict. Hence if we can upgrade the k8s-client to support jsonpath ~>1.0

@Sairav
Copy link
Author

Sairav commented Sep 28, 2022

https://rubygems.org/gems/kubeclient/versions/4.9.3 requires jsonpath ~> 1.0 , which creates a conflict when using bundle install.

@kke
Copy link
Contributor

kke commented Sep 29, 2022

See https://github.com/k8s-ruby/k8s-ruby which is a slightly more active fork of this.

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

No branches or pull requests

2 participants