Skip to content

Commit 87efebb

Browse files
haimariclaude
andcommitted
feat: Add dedicated kustomization for NodePool manifests
- Create karpenter-nodepools-kustomization.yaml for GitOps deployment - Uses karpenter GitRepository (start-io branch) instead of failing flux-system - Targets ./manifests directory containing kafka-pool, production-pool, default-pool - Enables proper deployment of NodePool disruption disable configurations - Completes GitOps chain for final 429 rate limiting elimination 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d795a7e commit 87efebb

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
apiVersion: kustomize.toolkit.fluxcd.io/v1
2+
kind: Kustomization
3+
metadata:
4+
name: karpenter-nodepools
5+
namespace: flux-system
6+
spec:
7+
interval: 5m
8+
path: ./manifests
9+
prune: true
10+
sourceRef:
11+
kind: GitRepository
12+
name: karpenter
13+
namespace: flux-system
14+
targetNamespace: karpenter
15+
timeout: 2m

0 commit comments

Comments
 (0)