Skip to content

Commit 2ae5096

Browse files
committed
FAIRSHARE is now true on all documented versions
1 parent 7fd492a commit 2ae5096

File tree

6 files changed

+0
-9
lines changed

6 files changed

+0
-9
lines changed

setup.tmpl/CLUSTER-SETUP.md.tmpl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,7 @@ AI configuration as follows:
114114
{{- if (eq .VERSION "RHOAI-v2.16") }}
115115
- `LendingLimit` feature gate is enabled,
116116
{{- end }}
117-
{{- if .FAIRSHARE }}
118117
- `fairSharing` is enabled,
119-
{{- end }}
120118
- `enableClusterQueueResources` metrics is enabled,
121119
- Codeflare operator:
122120
- the AppWrapper controller is enabled and configured as follows:
@@ -173,9 +171,7 @@ operators as follows:
173171
- `manageJobsWithoutQueueName` is enabled and configured via `managedJobsNamespaceSelector` to be
174172
scoped to only namespaces that are labeled with `mlbatch-team-namespace=true`.
175173
- `waitForPodsReady` is disabled,
176-
{{- if .FAIRSHARE }}
177174
- `fairSharing` is enabled,
178-
{{- end }}
179175
- `enableClusterQueueResources` metrics is enabled,
180176
- AppWrapper operator:
181177
- `userRBACAdmissionCheck` is disabled,

setup.tmpl/Kubernetes.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
RHOAI: false
44
VERSION: k8s
55
KUBECTL: kubectl
6-
FAIRSHARE: true

setup.tmpl/RHOAI-v2.16.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ RHOAI: true
44
VERSION: RHOAI-v2.16
55
VERSION_NUMBER: 2.16.0
66
KUBECTL: oc
7-
FAIRSHARE: true

setup.tmpl/RHOAI-v2.19.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ RHOAI: true
44
VERSION: RHOAI-v2.19
55
VERSION_NUMBER: 2.19.0
66
KUBECTL: oc
7-
FAIRSHARE: true

setup.tmpl/RHOAI-v2.20.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ RHOAI: true
44
VERSION: RHOAI-v2.20
55
VERSION_NUMBER: 2.20.0
66
KUBECTL: oc
7-
FAIRSHARE: true

setup.tmpl/RHOAI-v2.21.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ RHOAI: true
44
VERSION: RHOAI-v2.21
55
VERSION_NUMBER: 2.21.0
66
KUBECTL: oc
7-
FAIRSHARE: true

0 commit comments

Comments
 (0)