Skip to content

Commit

Permalink
Enable enableClusterQueueResources metrics (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
tardieu authored Sep 6, 2024
1 parent 144a104 commit 65b1c6c
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 6 deletions.
1 change: 1 addition & 0 deletions setup.RHOAI-v2.10/CLUSTER-SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ AI configuration as follows:
- `batch/job` integration is disabled,
- `waitForPodsReady` is disabled,
- `LendingLimit` feature gate is enabled,
- `enableClusterQueueResources` metrics is enabled,
- Codeflare operator:
- the AppWrapper controller is enabled and configured as follows:
- `userRBACAdmissionCheck` is disabled,
Expand Down
2 changes: 1 addition & 1 deletion setup.RHOAI-v2.10/mlbatch-subscription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ data:
healthProbeBindAddress: :8081
metrics:
bindAddress: :8080
# enableClusterQueueResources: true
enableClusterQueueResources: true
webhook:
port: 9443
leaderElection:
Expand Down
1 change: 1 addition & 0 deletions setup.RHOAI-v2.11/CLUSTER-SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ AI configuration as follows:
- `batch/job` integration is disabled,
- `waitForPodsReady` is disabled,
- `LendingLimit` feature gate is enabled,
- `enableClusterQueueResources` metrics is enabled,
- Codeflare operator:
- the AppWrapper controller is enabled and configured as follows:
- `userRBACAdmissionCheck` is disabled,
Expand Down
2 changes: 1 addition & 1 deletion setup.RHOAI-v2.11/mlbatch-subscription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ data:
healthProbeBindAddress: :8081
metrics:
bindAddress: :8080
# enableClusterQueueResources: true
enableClusterQueueResources: true
webhook:
port: 9443
leaderElection:
Expand Down
2 changes: 1 addition & 1 deletion setup.RHOAI-v2.11/mlbatch-upgrade-configmaps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ data:
healthProbeBindAddress: :8081
metrics:
bindAddress: :8080
# enableClusterQueueResources: true
enableClusterQueueResources: true
webhook:
port: 9443
leaderElection:
Expand Down
1 change: 1 addition & 0 deletions setup.RHOAI-v2.12/CLUSTER-SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ AI configuration as follows:
- `batch/job` integration is disabled,
- `waitForPodsReady` is disabled,
- `LendingLimit` feature gate is enabled,
- `enableClusterQueueResources` metrics is enabled,
- Codeflare operator:
- the AppWrapper controller is enabled and configured as follows:
- `userRBACAdmissionCheck` is disabled,
Expand Down
2 changes: 1 addition & 1 deletion setup.RHOAI-v2.12/mlbatch-subscription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ data:
healthProbeBindAddress: :8081
metrics:
bindAddress: :8080
# enableClusterQueueResources: true
enableClusterQueueResources: true
webhook:
port: 9443
leaderElection:
Expand Down
1 change: 1 addition & 0 deletions setup.k8s-v1.25/CLUSTER-SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ operators as follows:
- `batch/job` integration is disabled,
- `waitForPodsReady` is disabled,
- `LendingLimit` feature gate is enabled,
- `enableClusterQueueResources` metrics is enabled,
- AppWrapper operator:
- `userRBACAdmissionCheck` is disabled,
- `schedulerName` is set to `scheduler-plugins-scheduler`,
Expand Down
2 changes: 1 addition & 1 deletion setup.k8s-v1.25/kueue/controller_manager_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ health:
healthProbeBindAddress: :8081
metrics:
bindAddress: :8080
# enableClusterQueueResources: true
enableClusterQueueResources: true
webhook:
port: 9443
leaderElection:
Expand Down
1 change: 1 addition & 0 deletions setup.k8s-v1.30/CLUSTER-SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ operators as follows:
- Kueue:
- `waitForPodsReady` is disabled,
- `LendingLimit` feature gate is enabled,
- `enableClusterQueueResources` metrics is enabled,
- AppWrapper operator:
- `userRBACAdmissionCheck` is disabled,
- `schedulerName` is set to `scheduler-plugins-scheduler`,
Expand Down
2 changes: 1 addition & 1 deletion setup.k8s-v1.30/kueue/controller_manager_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ health:
healthProbeBindAddress: :8081
metrics:
bindAddress: :8080
# enableClusterQueueResources: true
enableClusterQueueResources: true
webhook:
port: 9443
leaderElection:
Expand Down
2 changes: 2 additions & 0 deletions setup.tmpl/CLUSTER-SETUP.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ AI configuration as follows:
- `batch/job` integration is disabled,
- `waitForPodsReady` is disabled,
- `LendingLimit` feature gate is enabled,
- `enableClusterQueueResources` metrics is enabled,
- Codeflare operator:
- the AppWrapper controller is enabled and configured as follows:
- `userRBACAdmissionCheck` is disabled,
Expand Down Expand Up @@ -170,6 +171,7 @@ operators as follows:
{{- end }}
- `waitForPodsReady` is disabled,
- `LendingLimit` feature gate is enabled,
- `enableClusterQueueResources` metrics is enabled,
- AppWrapper operator:
- `userRBACAdmissionCheck` is disabled,
- `schedulerName` is set to `scheduler-plugins-scheduler`,
Expand Down

0 comments on commit 65b1c6c

Please sign in to comment.