diff --git a/doc/crds/ip-reconciler-job.yaml b/doc/crds/ip-reconciler-job.yaml index 66d76e2b1..6695b00e1 100644 --- a/doc/crds/ip-reconciler-job.yaml +++ b/doc/crds/ip-reconciler-job.yaml @@ -11,6 +11,7 @@ spec: spec: template: spec: + priorityClassName: "system-node-critical" containers: - name: whereabouts image: ghcr.io/k8snetworkplumbingwg/whereabouts:latest-amd64 @@ -18,9 +19,6 @@ spec: requests: cpu: "100m" memory: "50Mi" - limits: - cpu: "100m" - memory: "50Mi" command: - /ip-reconciler - -kubeconfig=/host/etc/cni/net.d/whereabouts.d/whereabouts.kubeconfig