linode / linode/linode-blockstorage-csi-driver

allow configurability of requests and limits through helm values

Open
#410 0 comments 0 reactions 0 assignees View on GitHub
improvement
Dominant language
Go
Stars
76
Forks
62
Avg merge
10h 58m
Merged PRs (30d)
10

Description

## Description
Currently, CSI Driver's Helm chart doesn't support configuring resource requests and limits for its components through Helm values..

## Expected Behavior
Add support for configuring resource requests and limits through Helm values. For example:

```yaml
csiLinodePlugin:
resources:
requests:
cpu: 100m
memory: 128Mi
limits:
cpu: 200m
memory: 256Mi

```

Contributor guide

Open the contributing guide

Research direction

Start by locating the CSI Driver Helm chart's values file and component templates, then check how existing values are rendered into Kubernetes manifests. Add configurable requests and limits for the components described in the issue, and render the chart with the example values to verify the generated resources contain them.

Written by the indexing model from the issue text.

Assessment

Tech stack
helm, kubernetes
Domain
devops, infrastructure
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.