-
Notifications
You must be signed in to change notification settings - Fork 22
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
Support Kubernetes 1.22+ #100
Comments
Ok. I take this back ... the issue was that in our effort to migrate to K8S 1.22, we set the That said, most of the libraries in iam-manager are pretty darn old now. On our own custom branch, I was able to update a bunch of them to make them more modern ... but I don't want to continue down that path because our code is forked off of this in a bad way at this point. |
@diranged do you mind contributing the dependency upgrade back to master branch? |
I ran into this issue while running on a Kubernetes 1.25 cluster. The CRDs in the |
I got this error from while updating crd (hack/iam-manager.yaml) for v1.22
apiextensions.k8s.io/v1 depreciated spec.verison and it'd only accept v1. So does image code itself needs updating as i dont have any reference of v1alpha1 in iam-manager.yaml (i only see reference of it in iam-manager_with_webhook.yaml) |
Is this a BUG REPORT or FEATURE REQUEST?:
FEATURE REQUEST
What happened:
We've gotten ourselves into a pickle... we were on Kubernetes (EKS) 1.21, and we have upgraded to 1.22. We are now finding our
iam-manager
pods failing, likely due to incompatible client/API libraries:What you expected to happen:
Well ... I had hoped it would work. :)
How to reproduce it (as minimally and precisely as possible):
Try to run the iam-manager on a Kubernetes 1.22+ cluster.
The text was updated successfully, but these errors were encountered: