kontena / mortar

The manifest shooter for Kubernetes
Apache License 2.0
145 stars 14 forks source link

Update to k8s-client 0.9 and use K8s::Client.autoconfig for client configuration #96

Closed kke closed 5 years ago

kke commented 5 years ago

Fixes #93

The K8s::Client.autoconfig was mostly copied from mortar.

jnummelin commented 5 years ago

Seems to cause some spec failures

kke commented 5 years ago

Yes, and they're because of https://github.com/kontena/k8s-client/pull/107

jakolehm commented 5 years ago

Yes, and they're because of kontena/k8s-client#107

Latest k8s-client includes this PR.

kke commented 5 years ago

Bumped k8s-client to 0.9 and specs seem to pass now.

kke commented 5 years ago

Also closed by #102