🌴
On vacation
- munich
Pinned Loading
-
.bashrc & .zshrc: usefull kubectl + fzf
.bashrc & .zshrc: usefull kubectl + fzf 1podlog () {
2local pod=($(kubectl get pods --all-namespaces -o wide | fzf | awk '{print $1, $2}'))
34echo kubectl logs -n ${pod[1]} ${pod[2]}
5kubectl logs -n ${pod[1]} ${pod[2]}
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.