3 lines
68 B
Bash
3 lines
68 B
Bash
|
#!/bin/bash
|
||
|
kubectl create token admin-user --namespace kube-system
|