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
curl -sSL "https://raw.githubusercontent.com/kubernetes/release/${RELEASE_VERSION}/cmd/kubepkg/templates/latest/deb/kubelet/lib/systemd/system/kubelet.service"| sed "s:/usr/bin:${DOWNLOAD_DIR}:g"| sudo tee /etc/systemd/system/kubelet.service
curl -sSL "https://raw.githubusercontent.com/kubernetes/release/${RELEASE_VERSION}/cmd/kubepkg/templates/latest/deb/kubeadm/10-kubeadm.conf"| sed "s:/usr/bin:${DOWNLOAD_DIR}:g"| sudo tee /etc/systemd/system/kubelet.service.d/10-kubeadm.conf
@@ -262,6 +267,12 @@ Enable and start `kubelet`:
262
267
```bash
263
268
systemctl enable --now kubelet
264
269
```
270
+
271
+
{{< note >}}
272
+
The Flatcar Container Linux distribution mounts the `/usr` directory as a read-only filesystem.
273
+
Before bootstrapping your cluster, you need to take additional steps to configure a writable directory.
274
+
See the [Kubeadm Troubleshooting guide](/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm/#usr-mounted-read-only/) to learn how to set up a writable directory.
0 commit comments