mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00
[autoscaler][kubernetes][minor][hotfix] Fix havoc-wreaking typo (#15916)
This commit is contained in:
parent
c164e73c7c
commit
a7a5a2b2b7
1 changed files with 1 additions and 1 deletions
|
@ -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.")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue