konveyor/operator

Latest addon CRD

Closed this issue · 0 comments

https://raw.githubusercontent.com/konveyor/tackle2-hub/main/generated/crd/tackle.konveyor.io_addons.yaml

Also, please add to the windup addon CR template. This is based on my scale testing over the weekend. The goal is to throttle when users do bulk analysis. Windup is VERY cpu/memory hungry and we don't want to overwhelm the cluster. This will result in limiting the number of windup pods running concurrently. Some of the pods will remain in Pending until a node has capacity. This is exactly how we designed to leverage the k8s scheduler to do throttling.
When the user edits these values, the operator should NOT reconcile them back.
We can adjust further as more testing is done.

  resources:
    requests:
      cpu: 1000m
      memory: 2Gi