Reputation: 59
is there a way to pull out the username who was the last one that updated a pod in a namespace? I have already tried the below command but non of them get me the user name
helm get values *myservice*
kubectl get pod *mypod*
Upvotes: 0
Views: 294