Hi there! We're trying to deploy MetalLb from ranc...
# general
f
Hi there! We're trying to deploy MetalLb from rancher-fleet, but the deployment keeps getting stuck in the modified state. My metallb fleet.yaml in the repo looks like this: defaultNamespace: metallb-system helm: releaseName: metallb repo: https://metallb.github.io/metallb chart: metallb takeOwnership: true diff: comparePatches: - apiVersion: apps/v1 kind: Deployment operations: - {"op":"remove", "path":"/spec/template/spec/hostNetwork"} And the apiextensions.k8s.io/v1 CustomResourceDefinition bgppeers.metallb.io will allways stay in the "modified" state, and never gets ready? why?