Skip to content

Conversation

fiunchinho
Copy link
Member

What this PR does / why we need it

Checklist

  • Update changelog in CHANGELOG.md.

@fiunchinho fiunchinho self-assigned this Jun 24, 2025
@fiunchinho fiunchinho force-pushed the manage-karpenter-wc-crs branch 2 times, most recently from dc1b90f to e18c5b6 Compare June 30, 2025 14:07
@fiunchinho fiunchinho force-pushed the manage-karpenter-wc-crs branch 5 times, most recently from 7355246 to b81dc60 Compare July 14, 2025 14:47
@fiunchinho fiunchinho changed the title wip Create karpenter custom resources in workload clusters Jul 17, 2025
@fiunchinho fiunchinho force-pushed the manage-karpenter-wc-crs branch from 7ecbf14 to bfa3f0c Compare July 17, 2025 14:02
@fiunchinho fiunchinho force-pushed the manage-karpenter-wc-crs branch from bfa3f0c to 0482904 Compare July 17, 2025 14:18
@fiunchinho fiunchinho force-pushed the manage-karpenter-wc-crs branch from 7367893 to cc1af99 Compare July 21, 2025 08:01
@fiunchinho fiunchinho marked this pull request as ready for review July 29, 2025 12:45
@fiunchinho fiunchinho requested a review from a team as a code owner July 29, 2025 12:45
@paurosello paurosello requested a review from AndiDog August 27, 2025 09:58
- apiGroups:
- controlplane.cluster.x-k8s.io
resources:
- awsmanagedcontrolplanes
- kubeadmcontrolplanes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only GET seems required for kubeadmcontrolplanes

[...]r.client.Get(ctx, client.ObjectKey{Name: cluster.Spec.ControlPlaneRef.Name, Namespace: cluster.Spec.ControlPlaneRef.Namespace}, controlPlane)[...]

@@ -20,10 +20,12 @@ rules:
- list
- patch
- watch
- update
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is this needed?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is needed to update the machinepools as we set the number of instances in there and karpentermachinepools

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and adding finalizers as I just found out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants