Skip to content

Commit 5e552c7

Browse files
committed
remove appwrapper external framework integration
1 parent abcfaf8 commit 5e552c7

File tree

22 files changed

+165
-534
lines changed

22 files changed

+165
-534
lines changed

.github/workflows/CI-standalone.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Deploy AppWrapper controller
5757
run: |
5858
make kind-push -e GIT_BRANCH=${{ env.GIT_BRANCH }} TAG=${{ env.GIT_BRANCH }}-${{ env.TAG }}
59-
make deploy -e GIT_BRANCH=${{ env.GIT_BRANCH }} TAG=${{ env.GIT_BRANCH }}-${{ env.TAG }} ENV=standalone
59+
make deploy -e GIT_BRANCH=${{ env.GIT_BRANCH }} TAG=${{ env.GIT_BRANCH }}-${{ env.TAG }} ENV=default
6060
6161
- name: Run E2E tests
6262
run: LABEL_FILTER="Metrics,Standalone,Webhook" ./hack/run-tests-on-cluster.sh

api/v1beta2/groupversion_info.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ var (
2828
// GroupVersion is group version used to register these objects
2929
GroupVersion = schema.GroupVersion{Group: "workload.codeflare.dev", Version: "v1beta2"}
3030

31+
// AppWrapperKind is the kind name
32+
AppWrapperKind = "AppWrapper"
33+
3134
// SchemeBuilder is used to add go types to the GroupVersionKind scheme
3235
SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion}
3336

config/default/config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ metadata:
44
name: operator-config
55
data:
66
config.yaml: |
7-
appwrapper:
8-
enableKueueIntegrations: true
97
controllerManager:
108
health:
119
bindAddress: ":8081"

config/dev/config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ metadata:
44
name: operator-config
55
data:
66
config.yaml: |
7-
appwrapper:
8-
enableKueueIntegrations: false
97
controllerManager:
108
health:
119
bindAddress: "localhost:0"

config/rbac/role.yaml

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@ kind: ClusterRole
44
metadata:
55
name: manager-role
66
rules:
7-
- apiGroups:
8-
- ""
9-
resources:
10-
- events
11-
verbs:
12-
- create
13-
- patch
14-
- update
15-
- watch
167
- apiGroups:
178
- ""
189
resources:
@@ -124,41 +115,6 @@ rules:
124115
- patch
125116
- update
126117
- watch
127-
- apiGroups:
128-
- kueue.x-k8s.io
129-
resources:
130-
- resourceflavors
131-
- workloadpriorityclasses
132-
verbs:
133-
- get
134-
- list
135-
- watch
136-
- apiGroups:
137-
- kueue.x-k8s.io
138-
resources:
139-
- workloads
140-
verbs:
141-
- create
142-
- delete
143-
- get
144-
- list
145-
- patch
146-
- update
147-
- watch
148-
- apiGroups:
149-
- kueue.x-k8s.io
150-
resources:
151-
- workloads/finalizers
152-
verbs:
153-
- update
154-
- apiGroups:
155-
- kueue.x-k8s.io
156-
resources:
157-
- workloads/status
158-
verbs:
159-
- get
160-
- patch
161-
- update
162118
- apiGroups:
163119
- ray.io
164120
resources:
@@ -172,14 +128,6 @@ rules:
172128
- patch
173129
- update
174130
- watch
175-
- apiGroups:
176-
- scheduling.k8s.io
177-
resources:
178-
- priorityclasses
179-
verbs:
180-
- get
181-
- list
182-
- watch
183131
- apiGroups:
184132
- scheduling.sigs.k8s.io
185133
- scheduling.x-k8s.io

config/standalone/config.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

config/standalone/kustomization.yaml

Lines changed: 0 additions & 37 deletions
This file was deleted.

config/standalone/manager_config_patch.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

config/standalone/manager_webhook_patch.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.

config/standalone/metrics_service.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)