You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/src/tasks/experimental-features/ignition.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,18 @@ This initial implementation uses Ignition **v2** and was tested with **Flatcar C
10
10
11
11
</aside>
12
12
13
+
<asideclass="note warning">
14
+
15
+
<h1>Note</h1>
16
+
17
+
If using ignition with CAPD you should take care of setting `kubeletExtraArgs` for the `kindest/node` image in use,
18
+
because default CAPD templates do not include anymore those settings since when the cloud-init shim for CAPD is automatically taking care of this.
19
+
An example of how to set `kubeletExtraArgs` for the `kindest/node` can be found under `cluster-api/test/e2e/data/infrastructure-docker/main/cluster-template-ignition`.
20
+
21
+
Hopefully, this will be automated for Ignition too in a future release.
22
+
23
+
</aside>
24
+
13
25
This guide explains how to deploy an AWS workload cluster using Ignition.
0 commit comments