Commit ec12918
authored
✨ add
* feat: add --klusterlet-file flag for arbitrary overrides during join/upgrade
Signed-off-by: Tyler Gillson <[email protected]>
* chore: address CodeRabbit nits
Signed-off-by: Tyler Gillson <[email protected]>
* test: upgrade controller-runtime & configure logger for e2e tests
Signed-off-by: Tyler Gillson <[email protected]>
* test: configurable e2e suite execution via GINGKO_LABEL_FILTER; fix typo in bootstrap token test filename
Signed-off-by: Tyler Gillson <[email protected]>
* fix: restrict klusterlet file fields during upgrade
Signed-off-by: Tyler Gillson <[email protected]>
* test: add --klusterlet-file e2e tests for join & upgrade
Signed-off-by: Tyler Gillson <[email protected]>
* ci: bump to go 1.24
Signed-off-by: Tyler Gillson <[email protected]>
* chore: fix non-constant format string in call to fmt.Fprintf
Signed-off-by: Tyler Gillson <[email protected]>
* chore: address CodeRabbit nits
Signed-off-by: Tyler Gillson <[email protected]>
* refactor: replace CR with klusterlet Helm chart values
Signed-off-by: Tyler Gillson <[email protected]>
* chore: update flag descriptions
Signed-off-by: Tyler Gillson <[email protected]>
* test: add hack to get E2E passing. something was broken upstream.
Signed-off-by: Tyler Gillson <[email protected]>
* test: revert E2E hack
Signed-off-by: Tyler Gillson <[email protected]>
* ci: bump setup-go to v5
Signed-off-by: Tyler Gillson <[email protected]>
* chore: address CodeRabbit nits
Signed-off-by: Tyler Gillson <[email protected]>
* chore: improve docstring for MergeKlusterletValues
Signed-off-by: Tyler Gillson <[email protected]>
* fix: dedicated test values files for join/upgrade
Signed-off-by: Tyler Gillson <[email protected]>
* test: bump deletion timeout; full suite passing locally, but CI seems to need more time now
Signed-off-by: Tyler Gillson <[email protected]>
* test: bump deletion timeout; full suite passing locally, but CI seems to need more time now
Signed-off-by: Tyler Gillson <[email protected]>
* test: bump deletion timeout; full suite passing locally, but CI seems to need more time now
Signed-off-by: Tyler Gillson <[email protected]>
---------
Signed-off-by: Tyler Gillson <[email protected]>--klusterlet-values-file flag for arbitrary overrides during join/upgrade (#506)1 parent 6702b24 commit ec12918
File tree
109 files changed
+12284
-41
lines changed- .github/workflows
- pkg
- cmd
- join
- upgrade/klusterlet
- helpers/klusterlet
- test/e2e
- clusteradm
- testdata
- util
- vendor
- github.com/go-logr
- logr/slogr
- zapr
- go.uber.org
- multierr
- zap
- buffer
- internal
- bufferpool
- color
- exit
- pool
- stacktrace
- zapcore
- sigs.k8s.io/controller-runtime/pkg/log/zap
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
109 files changed
+12284
-41
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
| 133 | + | |
| 134 | + | |
132 | 135 | | |
133 | 136 | | |
134 | 137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
247 | 249 | | |
248 | 250 | | |
249 | 251 | | |
250 | | - | |
251 | 252 | | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
252 | 261 | | |
253 | 262 | | |
254 | 263 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
103 | 107 | | |
104 | 108 | | |
105 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
75 | 84 | | |
76 | 85 | | |
77 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| |||
0 commit comments