How to detect the reboot required in AKS nodes?
Tanul
1,281
Reputation points
Team,
I cannot install Kured. Is there anyway to check if reboot is required in the nodes. I was checking through this page
https://learn.microsoft.com/en-us/azure/aks/node-access
But by any chance can we run this command with non root privileges as we just have to check the availability of /var/run/reboot-required
kubectl debug node/aks-nodepool1-12345678-vmss000000 -it --image=mcr.microsoft.com/dotnet/runtime-deps:6.0
Don't you think its unsafe to run as root. Kindly suggest. Thank you.
Kind Regards,
Tanul
Sign in to answer