Skip to content

Commit

Permalink
[Enhancement] Remove unused variables in constant.go (#1474)
Browse files Browse the repository at this point in the history
  • Loading branch information
evalaiyc98 authored Oct 10, 2023
1 parent 0a56cd4 commit eb59de4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ray-operator/controllers/ray/common/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ const (
// Finalizers for GCS fault tolerance
GCSFaultToleranceRedisCleanupFinalizer = "ray.io/gcs-ft-redis-cleanup-finalizer"

// Pod health state values
PodUnhealthy = "Unhealthy"

EnableAgentServiceKey = "ray.io/enableAgentService"
EnableAgentServiceTrue = "true"

Expand Down Expand Up @@ -74,9 +71,6 @@ const (
// The defaule RayService Identifier.
RayServiceCreatorLabelValue = "rayservice"

// Check node if ready by checking the path exists or not
PodReadyFilepath = "POD_READY_FILEPATH"

// Use as container env variable
RAY_CLUSTER_NAME = "RAY_CLUSTER_NAME"
RAY_IP = "RAY_IP"
Expand Down Expand Up @@ -127,9 +121,6 @@ const (
RayAgentRayletHealthPath = "api/local_raylet_healthz"
RayDashboardGCSHealthPath = "api/gcs_healthz"

// Default autoscaler image when running Ray at versions older than 2.0.0
FallbackDefaultAutoscalerImage = "rayproject/ray:2.0.0"

// Finalizers for RayJob
RayJobStopJobFinalizer = "ray.io/rayjob-finalizer"
)
Expand Down

0 comments on commit eb59de4

Please sign in to comment.