Closed nightkr closed 1 week ago
Will discuss with upstream kube-rs (and maybe k8s-openapi?) on where to go from here.
https://github.com/kube-rs/kube/pull/1556 is merged, we should be able to trial-migrate an operator to DeserializeGuard<K>
. A merge and full rollout should wait until there is a new release of kube-rs with it.
The Nifi-Operator PR has now been updated to use the release builds.
Nifi-Operator PR is merged, ready for wider rollout.
Aaand that should be all of them, nice!
Great work! Thank you!
Currently our watchers break entirely if any object fails to deserialize. Ideally this should be confined to only affect the object in question.
The prerequisites have been done by fixing kube-rs and bringing the necessary changes into operator-rs. A sample implementation has also been done for NiFi, we now need to roll this out across the board.