Which Knative version is compatible with Fabric8 Kubernetes Client 7.1.0 #6905
-
After upgrading the Kubernetes client to version 7.1.0, we encounter the following error when updating Knative Services:
The We verified that the lastTransitionTime field type is string in both Knative Serving CRDs 1.15.2 and 1.16.2. Therefore, which Knative Serving version is compatible with Kubernetes client 7.1.0? Note: Editing the Knative Service via kubectl does not produce this error. This issue occurs only with the Fabric8 Kubernetes client. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
@iampratapak quick question, have you attempted to use the java-generator targeting the exact CRD version that is installed in your cluster? |
Beta Was this translation helpful? Give feedback.
-
The model is generated from Go sources Which changed this line: This is a bug since the Go side doesn't know how to unmarshal this. |
Beta Was this translation helpful? Give feedback.
-
@andreaTP Unfortunately, no. I have never attempted this. Do you have documentation on how to do it? We are currently using Knative v1.15.2, and it appears that the |
Beta Was this translation helpful? Give feedback.
-
@iampratapak you can follow the official documentation and there are a bunch of examples in the wild ( e.g. ), if the project you are working on is open source I can have a quick look too. |
Beta Was this translation helpful? Give feedback.
I opened #6906