Skip to content

Commit

Permalink
Add comments in ReadMe File
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshmakol1 committed Jan 2, 2025
1 parent 59ac434 commit cf88e3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/karpenter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ $ helm delete karpenter --namespace kube-system
| `nodePools.requirements` - Can be empty [] | [] | Node requirements like CPU, memory, etc. |
| `nodePools.taints` - If not required can be omiited | [] | Taints for the NodePool |
| `nodePools.expireAfter` | 720h | Expiration duration for idle NodePools |
| `nodePools.limits.cpu` | "1000m" | CPU limit for the NodePool |
| `nodePools.limits.cpu` - Required Field | "1000m" | CPU limit for the NodePool |
| `nodePools.limits.memory`- If not required can be omiited | "2Gi" | Memory limit for the NodePool |
| `nodePools.disruption.consolidationPolicy` | WhenEmptyOrUnderutilized | Consolidation policy for underutilized nodes |
| `nodePools.disruption.consolidateAfter` | 1m | Time before consolidating underutilized nodes |
| `nodePools.disruption.consolidationPolicy` - Required Field | WhenEmptyOrUnderutilized | Consolidation policy for underutilized nodes |
| `nodePools.disruption.consolidateAfter` - Required Field | 1m | Time before consolidating underutilized nodes |

### Example `values.yaml`

Expand Down

0 comments on commit cf88e3f

Please sign in to comment.