mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-15 10:29:48 -04:00
resourceclaimcontroller: fix incorrect SSA apply in syncPod method The ResourceClaimController's syncPod method only includes new resource claims in the server-side apply, not existing claims. Since this controller is the owning fieldManager, SSA removes the missing existing keys. This results in flapping between claims when more than one claim is assigned to the Pod. This fix includes the existing claims in the SSA request. Signed-off-by: John Belamaric <jbelamaric@google.com> |
||
|---|---|---|
| .. | ||
| config | ||
| metrics | ||
| controller.go | ||
| controller_test.go | ||
| doc.go | ||
| OWNERS | ||
| uid_cache.go | ||