⛳
Remote and happy
a human being, being human
- Greater Grand Rapids, USA
-
03:40
(UTC -05:00) - https://philoserf.com/
- https://notes.philoserf.com/
- @[email protected]
Highlights
Pinned Loading
-
obsidian-starter
obsidian-starter Public templateDo not start with other people's clutter and cruft!
-
clone all your gists
clone all your gists 1gh gist list -L 9999 |
2cut -f 1 |
3xargs -n1 gh gist clone
-
remove kubernetes namespace stuck in...
remove kubernetes namespace stuck in termiinating status 1for ns in $(kubectl get ns --field-selector "status.phase=Terminating" --output "jsonpath='{.items[*].metadata.name}'"); do
2kubectl get ns "${ns}" --output json |
3jq '.spec.finalizers = []' |
4kubectl replace --raw "/api/v1/namespaces/${ns}/finalize" --filename -
5done
-
to, err := human()
to, err := human() 1package main
23import (
4"fmt"
5"log"
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.