Unusually High Core Usage with Upstream Docker Image for helm operator. #6679
Labels
language/helm
Issue is related to a Helm operator project
lifecycle/rotten
Denotes an issue or PR that has aged beyond stale and will be auto-closed.
triage/support
Indicates an issue that is a support question.
Milestone
Bug Report
What did you do?
I am creating an helm based operator for Redhat Openshift. Earlier I was using the downstream image i.e
registry.redhat.io/openshift4/ose-helm-operator:latest
as my base image and myoperator-controller-manager
deployment was taking around 0.06-0.08 cores,Then I updated my base image to the upstream image i.e
quay.io/operator-framework/helm-operator:latest
and the core usage for the sameoperator-controller-manager
increased very much to like 0.8-0.9 cores.What did you expect to see?
Usual core usage around 0.05-0.06
What did you see instead? Under which circumstances?
Very high core usage around 1
Environment
Operator type:
/language helm
Kubernetes cluster type:
OpenShift v4.13.4
$ operator-sdk version
$ go version
(if language is Go)$ kubectl version
Possible Solution
Additional context
The text was updated successfully, but these errors were encountered: