#! /bin/bash

kubectl describe pods $(kubectl get pods | grep $1 | awk '{print $1}' | tr '\n' ' ')
