Nick Tran
Nick Tran
Hoping to get some insight on the following issue. Happy to hop on a call or slack huddle in the knative slack to give more info. ## Expected Behavior The...
Fixes #N/A **Description** This stages a workflow to be able to run the kwok controller in kind clusters. This just sets up the environment, and disables the presubmit, so that...
Fixes #735 **Description** This implements allowing users to set `ConsolidateAfter` with `ConsolidationPolicy: WhenUnderutilized`. This makes core changes across the codebase: 1. The disruption controller no longer has three types of...
### Description **What problem are you trying to solve?** Karpenter adds a `karpenter.sh/disruption:NoSchedule=disrupting` taint for Consolidation actions after a 15s validation period. There is a narrow interval of time where...
### Description Can we cut a followon OE task to model these queues as controllers? We can include this as part of the v1 OE work to standardize metrics and...
### Description **What problem are you trying to solve?** Migrate existing design docs in github.com/aws/karpenter-provider-aws that are cloud provider neutral. **How important is this feature to you?** It's important for...
### Tell us about your request Related to https://github.com/aws/karpenter-core/issues/622 A `do-not-evict` pod and blocking PDBs will prevent a node from being expired. Additionally, if a needed replacement node cannot be...
### Description **Observed Behavior**: Karpenter should terminate and evict all pods scheduled to a node when terminating a Node/NodeClaim. Karpenter skips eviction of [pods that will reschedule](https://github.com/aws/karpenter-core/blob/main/pkg/controllers/node/termination/terminator/terminator.go#L93-L100), meaning that those...
### Description **What problem are you trying to solve?** Karpenter uses logs and events to alert users about both fleeting and unresolvable errors about their configurations. Logs may be spammy...
Fixes #N/A **Description** These environments and expectations are used in the AWS provider e2e tests right now. This adds the cloud provider agnostic ones here and adds some kwok details...