onitake commented on issue #1: Code transfer of SWISS TXT cloudstack-cloud-controller-manager to the Apache project URL: https://github.com/apache/cloudstack-kubernetes-provider/pull/1#issuecomment-520759847 @rhtyd Dependency cleanup was harder than expected due to the incompatible versioning scheme on the k8s.io packages. Go expects semantic versions, but the tags on these repositories are not consistent with that (kubernetes-1.x.y). `go mod` will still scan all transitive dependencies of all referenced packages and record their checksums, but the vendor directory now contains only packages that are actually used. We still need to do some testing, but I think we're on track now. @joschi36 and I are also addressing https://github.com/swisstxt/cloudstack-cloud-controller-manager/issues/9 right now and we will update the documentation and example deployment shortly.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services