k8s-cluster/scripts/k.sh

5 lines
71 B
Bash
Raw Normal View History

2024-05-17 22:03:38 -04:00
#!/bin/bash
export KUBECONFIG=/etc/kubernetes/admin.conf
kubectl "$@"