Kirk Bater
Kirk Bater
I know this issue is a little old, but I found this to be very helpful when I look at licenses as I don't remember each and every one: http://choosealicense.com/...
Wouldn't you be able to use awk for this? `gauth | awk '{$2=$4=""; print $0}'`
So in our case the user would have both PATCH _and_ UPDATE permissions as they're administrators - however they're blocked by a webhook which I _think_ would be catching both...
Circling back to this - I can confirm that the pod evictions are actually happening after the cordon action is blocked by the webhook. To test I opened two terminal...
I'm not sure if it's worth expanding this to the project initialization or the main command templates - mostly because I don't see those being used _after a project has...
I set up something similar with OneDrive that we use at work. I created a new folder in OneDrive and then moved the `user` folder there, and then symlinked the...