Skip to content

Commit

Permalink
Merge pull request #213 from ruecarlo/karpenter-upgrade-0.16.1-fixes
Browse files Browse the repository at this point in the history
fix on consolidation
  • Loading branch information
ruecarlo authored Sep 8, 2022
2 parents 97febb7 + 1ceff90 commit 6996036
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/karpenter/050_karpenter/consolidation.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,14 @@ There are other cases that Karpenter will consider when consolidating. Consolida
Finally, Karpenter consolidation will not attempt to consolidate a node that is running pods that are not owned by a controller (e.g. a ReplicaSet). In general we cannot assume that these pods would be recreated if they were evicted from the node that they are currently running on.
{{% /expand %}}

#### 7) Scale the replicas to 0.

In preparation for the next section, scale replicas to 0 using the following command.

```
kubectl scale deployment inflate --replicas 0
```


## What Have we learned in this section:

Expand Down

0 comments on commit 6996036

Please sign in to comment.