Skip to content

Commit 037b242

Browse files
haimariclaude
andcommitted
fix: Use correct flexible shape format VM.Standard.E4.Flex-8-32
- Based on troubleshooting guide, OCI provider expects format: VM.Standard.E4.Flex-OCPU-MEMORY - Use 8 OCPU, 32GB RAM to support grafana-agent (5 CPU, 30GB requirements) - Remove E5.Flex to simplify and test with single working shape first - Bump to version 0.1.21 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b413e8b commit 037b242

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

‎helm/karpenter-oci/Chart.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: karpenter-oci
33
description: Karpenter with OCI provider support for Oracle Kubernetes Engine (OKE)
44
type: application
5-
version: 0.1.20
5+
version: 0.1.21
66
appVersion: "start-io-0207893"
77
home: https://github.com/startappdev/karpenter
88
sources:

‎helm/karpenter-oci/values.yaml‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,7 @@ nodePools:
248248
- key: node.kubernetes.io/instance-type
249249
operator: In
250250
values:
251-
- VM.Standard.E4.Flex
252-
- VM.Standard.E5.Flex
251+
- VM.Standard.E4.Flex-8-32
253252
- key: karpenter.sh/capacity-type
254253
operator: In
255254
values:

0 commit comments

Comments
 (0)