Anton Horodchuk

Results 16 comments of Anton Horodchuk

Would be happy to share more information if necessary

@etanshaul Yes, I receive the same error on CLI ``` [hidden]@MacBook-Pro ~ % kubectl get namespaces Error from server (Forbidden): namespaces is forbidden: User "[hidden]" cannot list resource "namespaces" in...

Update: Same error on latest version (22.4.1-213)

@ivanporty Thanks for the response ) Yep, it will work for me I understand that `{.contexts[0].context.namespace}` will work with a single namespace per context and if I will have permissions...

UPD. This is how Kubernetes plugin deals with the problem

Mine was fixed by putting the board to an oven for two minutes. Looks like a weak components issue

@coax Thanks! I've got my permissions problem fixed by adding the 'exec' option to the /etc/fstab entry for the drive that has the docker mount point on.

@u20p17 Your folder should have execution permission for the user which owns the ESPHome process (docker container in your case) In my case the problem was in the mount attributes...

@u20p17 I'm sorry, but the commands were wrong ) The `ls` should have `-ld` to show permissions on the folder itself and the `ps` should have `uax` to show the...

@u20p17 Can you show the mount options? `mount | grep /mnt/user`