Skip to content

Commit b1edae4

Browse files
committed
only enable core ocp resources
1 parent 2726364 commit b1edae4

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

config/components/manager/controller_manager_config.yaml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,9 @@ clientConnection:
4646
integrations:
4747
frameworks:
4848
- "batch/job"
49-
- "kubeflow.org/mpijob"
50-
- "ray.io/rayjob"
51-
- "ray.io/raycluster"
52-
- "jobset.x-k8s.io/jobset"
53-
- "kubeflow.org/paddlejob"
54-
- "kubeflow.org/pytorchjob"
55-
- "kubeflow.org/tfjob"
56-
- "kubeflow.org/xgboostjob"
57-
- "workload.codeflare.dev/appwrapper"
58-
# - "pod"
59-
# - "deployment" # requires enabling pod integration
60-
# - "statefulset" # requires enabling pod integration
61-
# - "leaderworkerset.x-k8s.io/leaderworkerset" # requires enabling pod integration
49+
- "pod"
50+
- "deployment"
51+
- "statefulset"
6252
# externalFrameworks:
6353
# - "Foo.v1.example.com"
6454
#fairSharing:

0 commit comments

Comments
 (0)