k8s-cluster/scripts/k.sh
2024-05-18 05:03:38 +03:00

5 lines
71 B
Bash
Executable file

#!/bin/bash
export KUBECONFIG=/etc/kubernetes/admin.conf
kubectl "$@"