Commit 1c92183
templates/flavors/flatcar: fix mounting etcd disk
Workaround for a CABPK bug with conversion of Ignition v2 to v3 as
described in kubernetes-sigs/cluster-api#7679
has been added while Flatcar templates were still in development.
While it boots and does not produce any errors, it turns out that the
disk does not actually get mounted. This is because at the moment 'mounts'
CABPK field requires 'diskSetup.filesystems' to be populated for mapping
disk names to device path.
This commit fixes missing mount.
Signed-off-by: Mateusz Gozdek <[email protected]>1 parent 4561a08 commit 1c92183
File tree
3 files changed
+25
-31
lines changed- templates
- flavors/flatcar/patches
- test/ci
3 files changed
+25
-31
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 9 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
11 | 18 | | |
12 | 19 | | |
13 | 20 | | |
| |||
27 | 34 | | |
28 | 35 | | |
29 | 36 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments