-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.language/ansibleIssue is related to an Ansible operator projectIssue is related to an Ansible operator projectlifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.needs discussion
Milestone
Description
The Helm operator scaffolds resource limits in the manager manifest:
operator-sdk/internal/plugins/helm/v1/scaffolds/internal/templates/config/manager/manager.go
Lines 78 to 84 in 24d73f7
resources: | |
limits: | |
cpu: 100m | |
memory: 90Mi | |
requests: | |
cpu: 100m | |
memory: 60Mi |
However these resource limits were too restrictive for ansible operators. Since v0.19 scaffolded Ansible operators do not have resource limits, I am considering this a new feature that can be added post 1.0 release.
Metadata
Metadata
Assignees
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.language/ansibleIssue is related to an Ansible operator projectIssue is related to an Ansible operator projectlifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.needs discussion