Jordan Barrett
Jordan Barrett
``` gh repo fork foo/bar ``` will **prompt you** to ask if you want to clone the fork. ``` gh repo fork foo/bar --clone=false ``` will **not prompt you**, and...
Hey @kmill, I might be able to help. Can you clarify what exactly you want help with?
> I also came across this issue because I was wondering about relatively high CPU usage from the Kubelite process. I have about 20-30% load on idle after a fresh...
The following seems to work for me (after setting up microk8s): ```sh sudo usermod -a -G snap_microk8s $USER sudo chown -R $USER ~/.kube || true # this might fail if...
Ok, `newgrp` seems to work when I do it in an SSH session, but not when I put it as a step inside the workflow. Might be a bug with...
Ok, I see the issue. `newgrp` creates a new subshell with the specified groups. So it works in interactive shells, but not in automated scripts. ~Maybe we could define `microk8s`...
Yep, and feedback from the microk8s team is that you can't change the microk8s group to e.g. `adm`. I've opened a community discussion [here](https://github.com/orgs/community/discussions/40236) on the `newgrp` issue, let's see...
@balchua I wonder if [this](https://github.com/canonical/microk8s/issues/3608#issuecomment-1383838198) will work?