🐛 Fix bug with pod logs
This commit is contained in:
parent
6ffbb7fd6a
commit
dc6354f033
@ -29,7 +29,7 @@ public class PodService
|
||||
|
||||
public Optional<Pod> findPodById(String id)
|
||||
{
|
||||
for(Pod pod : clientProvider.getClient().pods().list().getItems())
|
||||
for(Pod pod : clientProvider.getClient().pods().inAnyNamespace().list().getItems())
|
||||
{
|
||||
if(pod.getMetadata().getUid().equals(id))
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user