https://rancher.com/ logo
Title
t

thankful-vase-72453

08/09/2022, 3:33 PM
My org is working on a project to remove admin rights. Is it possible to start Kubernetes with a post-install script?
p

proud-jewelry-46860

08/10/2022, 7:33 PM
You're removing admin rights from inside the VM? That's… going to be lots of fun technical challenges, I think. Especially since k3s normally is run as root in the VM, so whatever answer I provide here would be incompatible with what you're doing… Currently the provisioning scripts run earlier than that; you could manually enter the VM and run Kubernetes manually there if you wanted to, but it'd be outside the control of Rancher Desktop (so if things break you get all the pieces).
t

thankful-vase-72453

08/11/2022, 2:16 PM
@proud-jewelry-46860 we’re disabling admin on the local machine, not the VM. The main issue seems to be the Kubernetes installation.