Skip to content

Commit 373155f

Browse files
author
Micah Huber
authored
Update tr command (#5)
* Use LC_ALL
1 parent 015a709 commit 373155f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubectl-node_shell

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ fi
66

77
NODE="$1"
88
IMAGE="alpine"
9-
POD="nsenter-$(env LC_CTYPE=C tr -dc a-z0-9 < /dev/urandom | head -c 6)"
9+
POD="nsenter-$(env LC_ALL=C tr -dc a-z0-9 < /dev/urandom | head -c 6)"
1010
NAMESPACE=""
1111

1212
# Check the node

0 commit comments

Comments
 (0)