Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@f41gh7
Copy link
Collaborator

@f41gh7 f41gh7 commented Sep 10, 2025

Previously, operator produced runtime error:

cannot reconcile additional service for CRD: Service "CRD-NAME" is invalid: spec.loadBalancerClass: Invalid value: "null": may not change once set

This commit adds Service re-creation on field change. It's expected
that Service IP will be changed. And it may interrupt communication with application.

 Previously, operator produced runtime error:

```
cannot reconcile additional service for CRD: Service "CRD-NAME" is invalid: spec.loadBalancerClass: Invalid value: "null": may not change once set
```

 This commit adds `Service` re-creation on field change. It's expected
that `Service` `IP` will be changed. And it may interrupt communication
with application.
@f41gh7 f41gh7 merged commit 0ccabf8 into master Sep 10, 2025
4 checks passed
@f41gh7 f41gh7 deleted the svc-reconcile-lb-class branch September 10, 2025 19:14
@f41gh7
Copy link
Collaborator Author

f41gh7 commented Sep 12, 2025

The bugfix was included into v0.63.0 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant