Cameron Sechrist

Results 3 comments of Cameron Sechrist

I am also having this issue, I am getting the following errors: ``` {"severity":"INFO","timestamp":"2025-07-21T22:02:40.762152094Z","logger":"knative-operator.manifestival","caller":"[email protected]/manifestival.go:145","message":"Merging","commit":"aaf737c-dirty","knative.dev/pod":"knative-operator-7c6b8f9cc4-llj49","diff":"{\"spec\":{\"template\":{\"spec\":{\"$setElementOrder/containers\":[{\"name\":\"controller\"}],\"containers\":[{\"name\":\"controller\",\"resources\":{\"requests\":{\"memory\":\"100Mi\"}}}]}}}}"} {"severity":"INFO","timestamp":"2025-07-21T22:02:40.762895244Z","logger":"knative-operator.manifestival","caller":"[email protected]/manifestival.go:208","message":"Updating","commit":"aaf737c-dirty","knative.dev/pod":"knative-operator-7c6b8f9cc4-llj49","name":"knative-serving/controller","type":"apps/v1, Kind=Deployment"} {"severity":"INFO","timestamp":"2025-07-21T22:02:41.161671064Z","logger":"knative-operator.manifestival","caller":"[email protected]/manifestival.go:145","message":"Merging","commit":"aaf737c-dirty","knative.dev/pod":"knative-operator-7c6b8f9cc4-llj49","diff":"{\"spec\":{\"selector\":{\"matchLabels\":{\"app\":\"webhook\"}}}}"} {"severity":"INFO","timestamp":"2025-07-21T22:02:41.162043644Z","logger":"knative-operator.manifestival","caller":"[email protected]/manifestival.go:208","message":"Updating","commit":"aaf737c-dirty","knative.dev/pod":"knative-operator-7c6b8f9cc4-llj49","name":"knative-serving/webhook-pdb","type":"policy/v1, Kind=PodDisruptionBudget"} {"severity":"INFO","timestamp":"2025-07-21T22:02:41.356338184Z","logger":"knative-operator.manifestival","caller":"[email protected]/manifestival.go:145","message":"Merging","commit":"aaf737c-dirty","knative.dev/pod":"knative-operator-7c6b8f9cc4-llj49","diff":"{\"spec\":{\"template\":{\"spec\":{\"$setElementOrder/containers\":[{\"name\":\"webhook\"}],\"containers\":[{\"name\":\"webhook\",\"resources\":{\"requests\":{\"memory\":\"100Mi\"}}}]}}}}"} {"severity":"INFO","timestamp":"2025-07-21T22:02:41.357446534Z","logger":"knative-operator.manifestival","caller":"[email protected]/manifestival.go:208","message":"Updating","commit":"aaf737c-dirty","knative.dev/pod":"knative-operator-7c6b8f9cc4-llj49","name":"knative-serving/webhook","type":"apps/v1, Kind=Deployment"} {"severity":"INFO","timestamp":"2025-07-21T22:02:41.754035535Z","logger":"knative-operator.manifestival","caller":"[email protected]/manifestival.go:145","message":"Merging","commit":"aaf737c-dirty","knative.dev/pod":"knative-operator-7c6b8f9cc4-llj49","diff":"{\"spec\":{\"template\":{\"spec\":{\"$setElementOrder/containers\":[{\"name\":\"autoscaler-hpa\"}],\"containers\":[{\"name\":\"autoscaler-hpa\",\"resources\":{\"requests\":{\"cpu\":\"30m\",\"memory\":\"40Mi\"}}}]}}}}"} {"severity":"INFO","timestamp":"2025-07-21T22:02:41.754802195Z","logger":"knative-operator.manifestival","caller":"[email protected]/manifestival.go:208","message":"Updating","commit":"aaf737c-dirty","knative.dev/pod":"knative-operator-7c6b8f9cc4-llj49","name":"knative-serving/autoscaler-hpa","type":"apps/v1, Kind=Deployment"} {"severity":"WARNING","timestamp":"2025-07-21T22:02:41.921548434Z","logger":"knative-operator","caller":"logging/warning_handler.go:32","message":"API Warning: autopilot-default-resources-mutator:Autopilot updated Deployment...

It appears that the issue is that it is calling the useFactory method without actually injecting any of the injected values. I ran into this with the config service not...

Hi! I just submitted a PR that will resolve this issue! #196