[autoscaler][kubernetes][minor][hotfix] Fix havoc-wreaking typo (#15916)

This commit is contained in:
Dmitri Gekhtman 2021-05-19 14:52:26 -04:00 committed by GitHub
parent c164e73c7c
commit a7a5a2b2b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -308,7 +308,7 @@ def status_handling_loop():
try:
operator_utils.set_status(cluster_name, cluster_namespace, phase)
except Exception:
log_prefix = ",".join(cluster_name, cluster_namespace)
log_prefix = ",".join([cluster_name, cluster_namespace])
logger.exception(f"{log_prefix}: Error setting RayCluster status.")