-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Package v2.5.2+incompatible and Kubernetes 1.18 #2962
Comments
We do not support v2.5 anymore. Please try with the stable version - v2.7. |
Are you talking about golang package? Seems that version 2.7 is not published, the latest version on godoc is 2.5.2 https://pkg.go.dev/github.com/argoproj/argo?tab=versions link to #2602 |
If we force module with:
I've still have issue with kubernetes client 1.18 and the context |
This is because argo-workflow after module github.com/argoproj/argo/v2 Following StackOverflow answer summarizes this topic well. Until argo-workflow supports this module version scheme, you can use matching commit hash in
|
Thanks @yoichiwo7 but I don't know if argo has been updated in order to be compatible with Kubernetes 1.18 and the context. |
I think the answer is no. As for go doc, it's not updated because the current argo-workflow doesn't follow valid go module version scheme; which I mentioned above. If argo-workflow fixes this, the go doc will also be updated again. |
See #2611 We could do with some help on fixing this - @jsenon or @yoichiwo7 would you like to help with fixing the |
@alexec |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I've also meet an error with kubernetes client 1.18 and the context:
It seems argo depends on controller-tools v0.3.0, which depends client-go v0.18.2, which is conflicted with argo's dependency client-go v0.17.8. The workaround I found is(put this in your
Hope it helps. |
Hey folks, I'm getting the same error. @iven I tried your workaround but it didn't work. I also tried the following without any luck. Any help would be appreciated.
|
Summary
Compatibility with Kubernetes 1.18
Motivation
It seems that the package v2.5.2+incompatible is not compatible with new version of Kubernetes 1.18 and the new
context.Context
. Do you have plan to update your package for Kubernetes 1.18 ?For example in this package: https://pkg.go.dev/github.com/argoproj/argo@v2.5.2+incompatible/pkg/apis/workflow/v1alpha1?tab=doc
The text was updated successfully, but these errors were encountered: