Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/operator-manual/upgrading/2.14-3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,8 @@ By default, the compare options to ignore the status field has been changed from

This means that differences won't be detected anymore for fields that are part of the status.

On the other hand, CRD's `spec.preserveUnknownFields` will become detected by default. The field is ignored implicitly when compare option is `crd` but when `all` it's not ignored.

Comment thread
agaudreault marked this conversation as resolved.
Outdated
If you rely on the status field being part of your desired state, the `ignoreResourceStatusField` setting can be used to preserve the v2 default.

```yaml
Expand Down