Chris McGrath
Chris McGrath
Status updates: * Observation: If I only deploy the karpenter helm-chart, and don't deploy any karpenter kubernetes CRD yaml manifests. ```typescript const karpenter = new Karpenter(stack, 'Karpenter', { cluster: cluster,...
btw @lucavb could you rename the title from "Stack removal fails" to something more search optimized like "cdk destroy / stack removal / karpenter delete fails" I almost missed this...
Small Correction/Clarification: You also need to set that for any karpenter specific kubernetes yaml manifests deployed through CDK. ```typescript const karpenter_YAMLs = karpenter_YAML_generator.generate_manifests(); const apply_karpenter_YAML = new eks.KubernetesManifest(stack, 'karpenter_YAMLs', {...
This would be nice to have, as it'd make viewer access by default for all members of an AWS account easier to implement.
/remove-lifecycle stale
Note: upstream as in (`import * as eks from 'aws-cdk-lib/aws-eks';`) Which cdk-eks-blueprints depends on uses it's own different log/warning methodology. So the above userLog based solution only applies to eks-blueprints...
**Note: Half of the work to do this seems to have been done already :)** **The "AuthenticationMode" half looks done:** (as of EKS Blueprints version 1.15.1) ```text import * as...
Actually, this whole feature seems to be available in eks-cdk-blueprints v1.15.1, :) just not yet documented. (wait technically it doesn't exist in Cluster construct, but it seems to be available...
Note this might help think of the project like CSI driver (add on storage class functionality), only it's an add-on that changes LB controller functionality. https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.4/
Thank you, especially for this project in general, and coming up with an awesome project name and humorous + useful docs. By the way no need rush at all, It'll...