-
Notifications
You must be signed in to change notification settings - Fork 55
Kubernetes v1.22+ compatibility #385
Comments
@Subetov there is a pending PR that upgrades the framework used for the operator. I suppose it'll solve this issue. @AKamyshnikova can you confirm ? If not, it'll be better to wait after #376 is approved and merged. |
@cscetbon @Subetov Yes, upgrading operator-sdk unlocks upgrade/compatibility with kuberentes versions [1]. At this moment PR #376 updates client-go to v0.22.0 version [2] |
As #376 was merged and version 2.1.0 of CassKop operator was released two days ago, do we know which versions of K8s it supports right now? Am I right that we've just gained support of K8s 1.22? Is migration of old |
@kzzalews Sorry, in #376 I was not able to update client-go to v.0.22.0 in the end https://github.com/Orange-OpenSource/casskop/blob/master/go.mod#L103 - the was an issue with unit test. |
Also fyi be careful that the release i did failed on releasing the helm chart. @fdehay is fixing it. |
Feature Request
Is your feature request related to a problem? Please describe.
Helm charts compatibility with kubernetes v1.22+
Describe the solution you'd like to see
Need to fix manifest with API versions:
Additional context
https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-22
The text was updated successfully, but these errors were encountered: