kubesudo icon indicating copy to clipboard operation
kubesudo copied to clipboard

⎈ run kubectl as service account

Results 2 kubesudo issues
Sort by recently updated
recently updated
newest added

"base64 -D" is valid only on macOS - for linux a lowercase "-d" needs to be used. I added condition to use uppercase for macOS (Darwin) and for all other...

"base64 -D" should be "base64 -d" (at least with base64 from GNU coreutils). Results in "base64: invalid option -- 'D'" otherwise.