Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Worden committed Jan 6, 2022
1 parent e3150b9 commit c183740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eksrollup/lib/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ def count_all_cluster_instances(cluster_name, predictive=False, exclude_node_lab
Returns the total number of ec2 instances in a k8s cluster
"""

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

count = 0
Expand Down

0 comments on commit c183740

Please sign in to comment.