-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: upgrade karpenter, add cluster name label to ebs, docs
- Loading branch information
Showing
5 changed files
with
55 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Cleanup | ||
|
||
This is the location to be able to hunt down most of the various resources which are created by the clusters components | ||
|
||
## Karpenter | ||
* Search for tags with `karpenter.sh/managed-by` = `{cluster-name}` | ||
|
||
## ALB/Cluster - | ||
### Security groups | ||
* Tags `elbv2.k8s.aws/cluster` = `{cluster-name}` | ||
* Tags `aws:eks:cluster-name` = `{cluster-name}` | ||
### Load Balancers | ||
* Tags `elbv2.k8s.aws/cluster` = `{cluster-name}` | ||
### Target Groups | ||
* Tags `elbv2.k8s.aws/cluster` = `{cluster-name}` | ||
|
||
## EBS | ||
### Volumes | ||
* Tags `ebs.csi.aws.com/cluster` = `true` | ||
* There's a couple new tags to be added that are generated with the k8sTagClusterId to map to cluster - TBD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters