Skip to content

Commit d7fc46c

Browse files
fix: kueue error message (#3165)
1 parent 6b511da commit d7fc46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/status/status.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ const (
132132
KueueStateManagedNotSupported = "KueueStateManagedNotSupported"
133133
KueueStateManagedNotSupportedMessage = "Kueue managementState Managed is not supported, please use Removed or Unmanaged"
134134
KueueOperatorNotInstalleReason = "KueueOperatorNotInstalleReason"
135-
KueueOperatorNotInstalledMessage = "Kueue operator not installed, install it or change kueue component state to Managed"
135+
KueueOperatorNotInstalledMessage = "Kueue operator not installed, install it or change kueue component state to Removed"
136136
)
137137

138138
// For TrustyAI require ISVC CRD.

0 commit comments

Comments
 (0)