Mark Scheduler as deprecated #1460
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
helm
lifecycle-operator
scheduler
Milestone
Goal
Mark the scheduler as deprecated
Details
The operator can use the client to discover the K8s cluster version (see https://github.com/kubernetes/client-go/blob/7a7ea209369275ab8374bf7e89ea4fad99e820d7/discovery/discovery_client.go#L619).
Based on this, it can change the default value of the FF
klt.readiness-gate
. If the version supports the readiness gate in stable version, the FF default value istrue
;false
otherwise.The version of K8s we are looking for should be configured via Env Var and Helm Chart
value.yaml
and default to1.27
.Similarly, the Helm chart should check for the Kubernetes version to decide whether the scheduler should be deployed.
DoD
Depends on
The text was updated successfully, but these errors were encountered: