You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not certain this is a kubefwd issue, but it shows up when I use kubefwd and looking for ideas. I find that after 5-10 minutes of running sudo kubefwd ..., my ~/.kube directory has files owned by root. It is easy enough to fix with sudo chown -R $(whoami):staff ~/.kube, but having root as the owner causes issues for my other tools.
The text was updated successfully, but these errors were encountered:
I'm not certain this is a kubefwd issue, but it shows up when I use kubefwd and looking for ideas. I find that after 5-10 minutes of running
sudo kubefwd ...
, my ~/.kube directory has files owned by root. It is easy enough to fix withsudo chown -R $(whoami):staff ~/.kube
, but having root as the owner causes issues for my other tools.The text was updated successfully, but these errors were encountered: