From bbe259c88e8c3c2a7e70f703891c59ffa78da8c4 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sat, 24 Dec 2022 23:41:46 +0100 Subject: Clean up some old utils --- .local/bin/kubectl-hosts | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 .local/bin/kubectl-hosts (limited to '.local/bin/kubectl-hosts') 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 -- cgit v1.1