Commit de9ac9f
Add a set of configuration defaults (kubernetes-sigs#1223)
* If a picker wasn't specified, add one
Signed-off-by: Shmuel Kallner <[email protected]>
* If there is only one profile and a profile handler wasn't specified, add one
Signed-off-by: Shmuel Kallner <[email protected]>
* If there aren't any ScehdulingProfiles, add one
Signed-off-by: Shmuel Kallner <[email protected]>
* Updated and fixed tests
Signed-off-by: Shmuel Kallner <[email protected]>
* Updated the configuration guide
Signed-off-by: Shmuel Kallner <[email protected]>
* Don't hard code the default scorer weight
Signed-off-by: Shmuel Kallner <[email protected]>
* If a picker is missing, always add a MaxScorePicker
Signed-off-by: Shmuel Kallner <[email protected]>
---------
Signed-off-by: Shmuel Kallner <[email protected]>1 parent e6617bf commit de9ac9f
File tree
5 files changed
+149
-95
lines changed- apix/config/v1alpha1
- pkg/epp/common/config
- loader
- site-src/guides/epp-configuration
5 files changed
+149
-95
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
29 | 47 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
| 70 | + | |
67 | 71 | | |
68 | 72 | | |
69 | 73 | | |
70 | | - | |
71 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
72 | 78 | | |
73 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
74 | 83 | | |
75 | 84 | | |
76 | 85 | | |
77 | 86 | | |
78 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
79 | 95 | | |
80 | 96 | | |
81 | 97 | | |
| |||
89 | 105 | | |
90 | 106 | | |
91 | 107 | | |
92 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
93 | 112 | | |
94 | 113 | | |
95 | 114 | | |
| |||
125 | 144 | | |
126 | 145 | | |
127 | 146 | | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | 147 | | |
133 | 148 | | |
134 | 149 | | |
| |||
0 commit comments