poststarthookerror: command 'gcsfuse -o nonempty config_files_1_bucket /home/test123/' exited with 126 I am adding the gcs fuse command in my yaml file like
lifecycle:
postStart:
exec:
command:
- gcsfuse
- -o
- nonempty
- config_files_1_bucket
- /home/test123
preStop:
exec:
command:
- fusermount
- -u
- /home/test123