-
Notifications
You must be signed in to change notification settings - Fork 589
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 reboot --wait
failing for os:operator
role
#7197
Comments
utkuozdemir
changed the title
May 9, 2023
talosctl reboot --wait=false
failing for os:operator
roletalosctl reboot --wait
failing for os:operator
role
We should probably look into whitelisting some paths in a safe way to |
1 task
utkuozdemir
added a commit
to utkuozdemir/talos
that referenced
this issue
May 6, 2024
If the `reboot/reset/shutdown/upgrade` action tracker cannot read the boot ID from the node under `/proc/sys/kernel/random/boot_id` due to insufficient permissions (e.g., when `talosctl reboot` is used over Omni), fall back to skipping boot ID check instead of hard-failing. Closes siderolabs#7197. Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
utkuozdemir
added a commit
to utkuozdemir/talos
that referenced
this issue
May 6, 2024
If the `reboot/reset/shutdown/upgrade` action tracker cannot read the boot ID from the node under `/proc/sys/kernel/random/boot_id` due to insufficient permissions (e.g., when `talosctl reboot` is used over Omni), fall back to skipping boot ID check instead of hard-failing. Closes siderolabs#7197. Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
utkuozdemir
added a commit
to utkuozdemir/talos
that referenced
this issue
May 7, 2024
If the `reboot/reset/shutdown/upgrade` action tracker cannot read the boot ID from the node under `/proc/sys/kernel/random/boot_id` due to insufficient permissions (e.g., when `talosctl reboot` is used over Omni), fall back to skipping boot ID check instead of hard-failing. Closes siderolabs#7197. Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
smira
pushed a commit
to smira/talos
that referenced
this issue
May 17, 2024
If the `reboot/reset/shutdown/upgrade` action tracker cannot read the boot ID from the node under `/proc/sys/kernel/random/boot_id` due to insufficient permissions (e.g., when `talosctl reboot` is used over Omni), fall back to skipping boot ID check instead of hard-failing. Closes siderolabs#7197. Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com> (cherry picked from commit 478b862)
smira
pushed a commit
to smira/talos
that referenced
this issue
Jul 22, 2024
If the `reboot/reset/shutdown/upgrade` action tracker cannot read the boot ID from the node under `/proc/sys/kernel/random/boot_id` due to insufficient permissions (e.g., when `talosctl reboot` is used over Omni), fall back to skipping boot ID check instead of hard-failing. Closes siderolabs#7197. Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com> (cherry picked from commit 478b862)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When
--wait
is used, reboot command does a/machine.MachineService/Read
to read the boot ID before issuing the reboot. Since/machine.MachineService/Read
is only allowed for admins, reboot only works when--wait=false
is used by non-admins.The text was updated successfully, but these errors were encountered: