6 lines
72 B
Text
6 lines
72 B
Text
|
#!/bin/bash
|
||
|
|
||
|
export KUBECONFIG=/etc/kubernetes/kubeconfig
|
||
|
|
||
|
kubectl "$@"
|