Allow to configure garbage collector using clusterawsadm #4513
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
needs-priority
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
/kind feature
Describe the solution you'd like
Recently we added a possibility to configure garbage collector for AWS clusters: #4466 To do so we need to set an annotation for the related AWSCluster object. It's not convenient to do it manually, so I'd like to let
clusterawsadm
cli tool to do it for me.It should be implemented under
clusterawsadm gc configure
section, where users can add or remove GC tasks for a specific cluster. For example:# Enable load-balancer and security-group tasks, target-group will be disabled. clusterawsadm gc configure --cluster-name=cluster --gc-task load-balancer --gc-task security-group
# Reset configuration (remove the annotation) clusterawsadm gc configure --cluster-name=cluster
Environment:
kubectl version
):/etc/os-release
):The text was updated successfully, but these errors were encountered: