aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/kubectl-hosts
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/kubectl-hosts')
-rwxr-xr-x.local/bin/kubectl-hosts6
1 files changed, 0 insertions, 6 deletions
diff --git a/.local/bin/kubectl-hosts b/.local/bin/kubectl-hosts
deleted file mode 100755
index c347256..0000000
--- a/.local/bin/kubectl-hosts
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-kubectl get ing -o custom-columns=:.spec.rules[].host \
- | grep . \
- | sort \
- | uniq