- Resolved an issue where the operator would retry Kubernetes API requests that timed out without a backoff causing increased network utilization #2300.
- Resolved an issue where the operator would select the incorrect WebLogic Server port for administrative traffic #2301.
- Resolved an issue where the operator, when running in a large and heavily loaded Kubernetes cluster, would not properly detect when a domain had been deleted and recreated #2305 and #2314.
- Resolved an issue where the operator would fail to recover and begin processing in a namespace if the operator did not immediately have privileges in that namespace when it was first detected #2315.
- The operator logs a message when it cannot generate a
NamespaceWatchingStopped
Event in a namespace because the operator no longer has privileges in that namespace #2323. - Resolved an issue where the operator would repeatedly replace a ConfigMap causing increased network utilization #2321.
- Resolved an issue where the operator would repeatedly read a Secret causing increased network utilization #2326.
- Resolved an issue where the operator was not honoring
domain.spec.adminServer.serverService
#2334.