-
Notifications
You must be signed in to change notification settings - Fork 599
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
talosctl: installing rook on docker provisioned cluster corrupts host's LUKS partition #5519
Comments
The root cause is that This feels like a bug to me, and we should fix it. The problem is that I don't see equivalent of |
@smira Why wrap the Docker CLI tool in the first place? It's opaque and pretty dangerous, as it turns out here. Someone used to running Linux containers shouldn't be discouraged by having to issue a lengthy command line. In fact, they could use the |
Do I understand correctly that you want all of But see also: #4385 (comment) |
Maybe we should disable |
Your latter assertion does not apply in our case. Due to restrictions we cannot run Talos Linux on bare metal or as VM. But we still need raw block device access. |
Running talos inside Docker isn't recommended for usage beyond testing and learning. It's similar to |
I know. Yet the alternative is not using Talos Linux at all. |
Bug Report
Description
talosctl cluster create --wait --extra-disks 1 --workers 3
After I rebooted my machine it didn't boot anymore. All my partitions were intact except the LUKS partition, which was reformatted as a
cephBluestore
.I didn't reproduce the issue since it would require going through the whole setup of my machine again. It's possible that I did something else that caused the problem.
The text was updated successfully, but these errors were encountered: