We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The issue list is still WIP.
ServeConfigs
updateState
shouldPrepareNewRayCluster
createRayClusterInstanceIfNeeded
excludeHeadPodFromServeSvc
reconcileServe
Reconcile
checkIfNeedSubmitServeApplications
HealthLastUpdateTime
ServeDeploymentStatus
RayClusterStatus
calculateStatus
updateStatusForActiveCluster
Status().Update(...)
rayServiceTemplate
cleanUpRayClusterInstance
reconcileRayCluster
Ready
ServiceStatus = rayv1.Running
constructRayClusterForRayService
ServiceStatus
initConditions
calculateConditions
isZeroDowntimeUpgradeEnabled
createRayClusterInstance
updateRayClusterInstance
No response
The text was updated successfully, but these errors were encountered:
kevin85421
MortalHappiness
No branches or pull requests
Search before asking
Description
The issue list is still WIP.
ServeConfigs
to avoid iterating the whole map #2550updateState
#2705shouldPrepareNewRayCluster
andcreateRayClusterInstanceIfNeeded
#2706excludeHeadPodFromServeSvc
is true #2776reconcileServe
toReconcile
#2777checkIfNeedSubmitServeApplications
more unit testable #2822HealthLastUpdateTime
fromServeDeploymentStatus
#2825RayClusterStatus
tocalculateStatus
#2826updateStatusForActiveCluster
#2827reconcileServe
#2828calculateStatus
and avoid callingStatus().Update(...)
insidereconcileServe
#2831rayServiceTemplate
#2833cleanUpRayClusterInstance
fromreconcileRayCluster
toReconcile
#2838Ready
condition in e2e tests #2849ServiceStatus = rayv1.Running
#2848constructRayClusterForRayService
and the reconciler to make it more unit testable #2853reconcileRayCluster
to avoid updating CR status in the function #2859ServiceStatus
as deprecated #2863initConditions
intocalculateConditions
#2866isZeroDowntimeUpgradeEnabled
#2871createRayClusterInstance
#2874updateRayClusterInstance
#2875Use case
No response
Related issues
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: