We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
kubectl-plugins/kubectl-exec-as
Line 88 in 98ee115
Locally I modified it as:
test "$(exec "${KUBECTL}" get po "$(whoami|tr '[:upper:]' '[:lower:]'|tr -dc '[:alnum:]')-1" 2>/dev/null)" && container="$(whoami|tr '[:upper:]' '[:lower:]'|tr -dc '[:alnum:]')-2" || container="$(whoami|tr '[:upper:]' '[:lower:]'|tr -dc '[:alnum:]')-1"
The text was updated successfully, but these errors were encountered:
@stepanselyuk nice catch! As soon as I have time, I'll create a PR to test and merge your change in. Thanks!
Sorry, something went wrong.
This has not been fixed yet
No branches or pull requests
Hello,
kubectl-plugins/kubectl-exec-as
Line 88 in 98ee115
Locally I modified it as:
The text was updated successfully, but these errors were encountered: