Skip to content

Commit

Permalink
fix: code block
Browse files Browse the repository at this point in the history
  • Loading branch information
Okabe-Junya committed Dec 6, 2023
1 parent 7c1c1b3 commit d836a0c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -81,7 +81,7 @@ Kubeadmはクラスター内の全ノードで同じ`KubeletConfiguration`を使
- `kubectl edit cm kubelet-config-x.yy -n kube-system`を呼び出します(`x.yy`はKubernetesのバージョンに置き換えてください)。
- 既存の`cgroupDriver`の値を修正するか、以下のような新しいフィールドを追加します。

``yaml
```yaml
cgroupDriver: systemd
```

Expand Down

0 comments on commit d836a0c

Please sign in to comment.