From cfaef26e8718916adcc68fbfb63b15f2389b2cd2 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Fri, 6 Oct 2023 23:10:55 +0200 Subject: move all the files --- shell-scripts/get-sshables | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 shell-scripts/get-sshables (limited to 'shell-scripts/get-sshables') diff --git a/shell-scripts/get-sshables b/shell-scripts/get-sshables deleted file mode 100755 index f67c23c..0000000 --- a/shell-scripts/get-sshables +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -set -euxo pipefail -[[ -d ~/sshables ]] || mkdir -p ~/sshables - -for cluster in $(kubectl config get-clusters | tail -n +2); do - [[ -f ~/sshables/$cluster ]] || { echo $cluster; kubectl --context $cluster get nodes -oname > ~/sshables/$cluster; } -done -- cgit v1.2.3