Readonly mode
Due to popular demand, this release adds the --readonly
flag. With this flag,
it is safe to use kubefs with any kubernetes environment, as it will never make
any changes - you can still view the yaml files, but you cannot write, delete,
or create new ones.
A finishing touch
In v0.3, the linux command touch
would fail because it tries to set the file's
modification time as well as create it (if it doesn't exist). We've fixed that by
adding the modification time functionality - it is a noop, but will no longer
break touch
.
Logs
We've added lots of logging; the process will now output every fuse system call
as it happens.