Closed as not planned
Description
Kube-OVN Version
v1.13-v1.14
Kubernetes Version
1.31
Operation-system/Kernel Version
/
Description
ArgoCD shows a desync between the LiveManifest and the desired manifest.
The VPC NAT GW CRD has a bunch of fields like this in the properties:
x-kubernetes-patch-merge-key: key
x-kubernetes-patch-strategy: merge
Is there a reason for the presence of these fields? They don't seem to exist in CR definitions anymore (at least in my version of K8S)
Steps To Reproduce
- Deploy Kube-OVN using Helm/ArgoCD
- Witness the desync on VPC NAT GWs
Current Behavior
Out of Sync on VPC NAT GWs CRDs
Expected Behavior
Synced VPC NAT GWs CRDs