Commit 4eaf68b
committed
Setting the cluster as a hub cluster.
We need this step in order to install the `manifestwork` and
`clusterclaim` CRDs in the cluster.
Without it, `operator-sdk` will still run and manage to do the upgrade
but the installed operator will constantly fail due to missing CRDs in
the cluster.
This is not affecting the job correctness which is only supposed to test
the upgrade but it will make thing much easier if it fails and we need
to inspect the "real failing logs" and not the one generated because of
missing CRDs.
Signed-off-by: Yoni Bettan <[email protected]>1 parent 4f98acd commit 4eaf68b
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
24 | 38 | | |
25 | 39 | | |
26 | 40 | | |
| |||
0 commit comments