Open marvkis opened 4 months ago
:sewing_needle: https://github.com/openziti/helm-charts/issues/229
I'm unsure if this is still a problem because browZer has been under active development. It will be important to reproduce with the latest version if it's still a problem.
The bootstrapper runs as UID: 1000 by default, which has symbolic name "node" inside the container image. You can in theory run-as any UID, but you must set file owner or mode or both if you deviate from running as the default UID.
Hi,
I try to start the browzer-bootstrapper as a pod in a kubernetes infrastructure.
It fails with this message on the console:
I have oriented myself for the deployment in kubernetes on dovholuknf docker compose and set the user in the security context:
Initial investigation
Currently I assume it fails to initialize the logger - I think it fails to create the
log
folder here. It seems the permissions of theziti-browzer-bootstrapper
folder are wrong:.
belongs to root/root and not node/node - so it can't create thelog
folder. I'm not sure if this folder is being used at all, as I have not been able to find any other references tologDir
other than the creation of the folder.Bye, Chris