Last active
February 18, 2025 19:13
-
-
Save enchant3dmango/3b0950f9efff88aa912b38184359cfe9 to your computer and use it in GitHub Desktop.
Revisions
-
enchant3dmango revised this gist
Feb 18, 2025 . No changes.There are no files selected for viewing
-
enchant3dmango renamed this gist
Jan 25, 2025 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
enchant3dmango revised this gist
Feb 6, 2024 . No changes.There are no files selected for viewing
-
enchant3dmango renamed this gist
Feb 6, 2024 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
enchant3dmango created this gist
Feb 6, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ kubectl get pods --all-namespaces -o jsonpath='{range .items[*]}{"\n"}{.metadata.name}{":\t"}{range .spec.containers[*]}{.image}{", "}{end}{end}' |\ sort