aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/kubectl-hosts
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-12-24 23:41:46 +0100
committerPatrick Spek <p.spek@tyil.nl>2022-12-24 23:50:07 +0100
commitbbe259c88e8c3c2a7e70f703891c59ffa78da8c4 (patch)
treee18eaf1e2649d5e34e910a5b43d58fcc7579ef43 /.local/bin/kubectl-hosts
parent9ea5ffce343ff56472167cce72454e40c7937965 (diff)
Clean up some old utils
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