Skip to content

Instantly share code, notes, and snippets.

View gneissguise's full-sized avatar
😎
I am the son, and the error.

Justin Greisiger Frost gneissguise

😎
I am the son, and the error.
View GitHub Profile

Keybase proof

I hereby claim:

  • I am gneissguise on github.
  • I am jdfrost (https://keybase.io/jdfrost) on keybase.
  • I have a public key ASBnpt4tj3JFrvOqJnu6KcLw1kAl-AW1OSBvqkiTn2PJ-Qo

To claim this, I am signing this object:

@gneissguise
gneissguise / run.sh
Last active January 12, 2021 13:07
Kubernetes Cluster Backup Script
#!/bin/bash
## Run on Master/Control Plane!
IFS=$'\n'
arr1=($(kubectl get -o=name namespace))
for ns in "${arr1[@]}"; do
names="${ns##*/}"
echo "$names"