Commit eeabb25
authored
refactor(kustomize): consolidate deployment manifests (#132)
* refactor(kustomize): consolidate deployment manifests
This change introduces a single source of truth to make deployments simpler.
Existing `maas-api/deploy` manifests are promoted to top-level
`deployment` folder, reducing duplication and improving the structure.
Installation script for OpenShift has been adjusted:
- Fixed OCP version check - using cluster info instead as it's more
reliable
- Add helpers to wait for CRDs/pods and a version comparator;
- Auto-detect and patch AuthPolicy audience; apply gateway policies in
sequence after infra becomes ready.
- Detect existing ODH/RHOAI KServe; deploy components only when missing,
then proceed with retries.
Signed-off-by: Bartosz Majsak <bartosz.majsak@gmail.com>1 parent f054122 commit eeabb25
File tree
63 files changed
+283
-1068
lines changed- deployment
- base
- maas-api
- networking
- policies
- rbac
- resources
- policies
- components
- kserve
- odh
- kserve
- operator
- scripts
- docs/samples/models/qwen3
- maas-api
- deploy
- base
- infra
- kuadrant
- openshift-gateway-api
- models
- facebook-opt-125m-cpu
- qwen3-0.6B
- rbac
- simulator
- overlays
- dev
- infra
- networking
- patches
- resources
- transformers
- odh
- secret
- policies
- model
- rbac
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
63 files changed
+283
-1068
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
| 194 | + | |
199 | 195 | | |
200 | 196 | | |
201 | 197 | | |
202 | 198 | | |
203 | 199 | | |
204 | | - | |
205 | | - | |
| 200 | + | |
206 | 201 | | |
207 | 202 | | |
208 | 203 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 5 | | |
11 | 6 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 7 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 8 | | |
23 | 9 | | |
24 | 10 | | |
25 | 11 | | |
26 | 12 | | |
27 | 13 | | |
28 | | - | |
| 14 | + | |
29 | 15 | | |
30 | 16 | | |
31 | 17 | | |
32 | 18 | | |
33 | 19 | | |
34 | 20 | | |
35 | | - | |
36 | | - | |
37 | 21 | | |
38 | 22 | | |
39 | 23 | | |
40 | 24 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
57 | 34 | | |
58 | 35 | | |
59 | 36 | | |
| |||
70 | 47 | | |
71 | 48 | | |
72 | 49 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | 50 | | |
81 | 51 | | |
82 | 52 | | |
83 | 53 | | |
84 | 54 | | |
85 | 55 | | |
86 | 56 | | |
| 57 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
This file was deleted.
File renamed without changes.
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
File renamed without changes.
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
0 commit comments