Skip to content

Instantly share code, notes, and snippets.

View enchant3dmango's full-sized avatar
🎯
Focusing

Andre (&re) enchant3dmango

🎯
Focusing
View GitHub Profile

Conventional Commit Messages

See how a minor change to your commit message style can make a difference.

ℹ️ git-conventional-commits A CLI util to ensure this conventions and generate changelogs

Commit Formats

Default

@enchant3dmango
enchant3dmango / list-container-images-in-k8s-cluster.sh
Last active February 6, 2024 10:11
List container images in K8s cluster with size (equal to docker image ls)
kubectl get pods --all-namespaces -o jsonpath='{range .items[*]}{"\n"}{.metadata.name}{":\t"}{range .spec.containers[*]}{.image}{", "}{end}{end}' |\
sort
{
"[java]": {
"editor.defaultFormatter": "redhat.java"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},