5 lines
72 B
Bash
Executable file
5 lines
72 B
Bash
Executable file
#!/bin/bash
|
|
|
|
export KUBECONFIG=/etc/kubernetes/kubeconfig
|
|
|
|
kubectl "$@"
|