-
Notifications
You must be signed in to change notification settings - Fork 116
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
Unmet dependencies on cluster create (kubernetes-cni (= 0.6.0) but 0.7.5-00 is to be installed) #266
Comments
@cwoebker Had the same issue. Quick fix is to change kubernetes-cni to kubernetes-cni=0.6.0-00 in /pkg/clustermanager/provision_node.go:238 |
I have the same issue here. |
Any updates? |
I fixed this issue on my forked repo. https://github.com/eaydogan/hetzner-kube Here is the commit diff: If the project owner accepts, I can send PR for these changes. |
Would prefer to put version strings of packages to install in a separate config file, that could be placed somewhere, if i want to overwrite compiled version strings. use case is, that i dont have to recompile the project. |
I just tried setting up a Kubernetes cluster with Hetzner Cloud.
I ran into a similar issue as #195.
Possible related to: kubernetes/kubernetes#75683 & kubernetes/kubernetes#75701
The text was updated successfully, but these errors were encountered: