How to update resources for net-kourier-controller using operator #15866
-
Hello everyone! I've tried to deploy knative using operator and have got issue with net-kourier-controller. The controller is killed by OOM. I've tried to increase limits but it doesn't work. Example:
I use operator version 1.11.12 because my k8s cluster version compatibillity. I've also tried using I couldn't find any documentation on how to use the How I can increase limits for net-kourier-controller? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I'm guessing it's because container name needs to be |
Beta Was this translation helpful? Give feedback.
-
It is similar question here: knative/operator#2076 (comment) |
Beta Was this translation helpful? Give feedback.
I'm guessing it's because container name needs to be
controller
and notnet-kourier-controller
See: https://github.com/knative-extensions/net-kourier/blob/7e1c71ccec5356411033208669b0cd2f4c8f4f6b/config/300-controller.yaml#L46