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: modules/investigating-kernel-crashes.adoc
+42-56Lines changed: 42 additions & 56 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,76 +69,62 @@ If you are aware of the downsides and trade-offs of having the `kdump` service e
69
69
70
70
Create a `MachineConfig` object for cluster-wide configuration:
71
71
72
-
. Optional: If you change the `/etc/kdump.conf` configuration from the default, you can encode it into base64 format to include its content in your `MachineConfig` object:
72
+
. Create a Butane config file, `99-worker-kdump.bu`, that configures and enables kdump:
<1> Replace `worker` with `master` in both locations when creating a `MachineConfig` object for control plane nodes.
112
+
<2> Provide kernel arguments to reserve memory for the crash kernel. You can add other kernel arguments if necessary.
113
+
<3> If you want to change the contents of `/etc/kdump.conf` from the default, include this section and modify the `inline` subsection accordingly.
114
+
<4> If you want to change the contents of `/etc/sysconfig/kdump` from the default, include this section and modify the `inline` subsection accordingly.
93
115
94
-
. Create the `MachineConfig` object file:
116
+
. Use Butane to generate a machine config YAML file, `99-worker-kdump.yaml`, containing the configuration to be delivered to the nodes:
0 commit comments