kontena / k8s-client

Ruby Kubernetes API client
Apache License 2.0
76 stars 26 forks source link

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

Open Sairav opened 1 year ago

Sairav commented 1 year ago

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 commented 1 year ago

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

kke commented 1 year ago

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