Skip to content

Commit c183740

Browse files
author
Kenneth Worden
committed
Fix comment
1 parent e3150b9 commit c183740

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eksrollup/lib/aws.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ def count_all_cluster_instances(cluster_name, predictive=False, exclude_node_lab
426426
Returns the total number of ec2 instances in a k8s cluster
427427
"""
428428

429-
# Get the K8s nodes on the cluster, while excluding the relevant
429+
# Get the K8s nodes on the cluster, while excluding nodes with certain label keys
430430
k8s_nodes = get_k8s_nodes(exclude_node_label_keys)
431431

432432
count = 0

0 commit comments

Comments
 (0)