Skip to content

Commit 82d4c06

Browse files
committed
add comment
1 parent ed1a447 commit 82d4c06

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pod_metadata_extractor/runtime/get_pods.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ def get_pods_info(nodes_azs: dict[str, str]) -> dict[str, str]:
188188
"postgres-operator.crunchydata.com/cluster",
189189
),
190190
]
191+
# Always exclude jobs as the pod IPs are more likely to be reused
191192
exclude_labels = ["job-name"]
192193

193194
for app_label, component_label in label_pairs:

0 commit comments

Comments
 (0)