This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
Upgrade kube dependency to support GKE & macOS #529
Labels
Status: Good-First-Issue
Good for newcomers
Is your feature request related to a problem? Please describe.
make run
fails on macOS with a GKE cluster:Describe the solution you'd like
make run
should work ok on macOS with a GKE cluster.The easiest way is to upgrade kube to pick up kube-rs/kube@2b50f01.
Describe alternatives you've considered
I could use another cluster type, but I'm more comfortable with GKE. Also, this project will eventually need to upgrade kube, so it's only a matter of time.
Additional context
See technosophos/rust-k8s-controller#3 for a similar upgrade.
The text was updated successfully, but these errors were encountered: