sgurdiel

Results 3 comments of sgurdiel

I'm also experiencing sync fails with the **lastPhaseTransitionTime** field in the status of a **PV** (introduced in Kubernetes 1.28). In my case error message differs slightly: > Failed to compare...

In case this might help troubleshoot... Replacing the **behavior** from **merge** to **create** in _overlays/o1/kustomization.yml_ produces this output: ```text Error: merging from generator &{0xc0002b5520 }: id resid.ResId{Gvk:resid.Gvk{Group:"", Version:"v1", Kind:"ConfigMap", isClusterScoped:false},...

Use case: Allowing overlays override (merge) configMaps created by reusable pieces of configuration logic (components). Example: A database component that creates a configMap with database configuration settings and 2 different...