spring-cloud / spring-cloud-deployer-kubernetes

The Spring Cloud Deployer implementation for Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not retrieve log from k8s Job in SCDF when job finished

szopal opened this issue · comments

Hi,

I think it is bug because when we used k8s POD event if POD was finished logs were available, but when we change to k8s Job when Job is finished we get message:

Log could not be retrieved. Verify that deployments are still available.

SCDF v.2.9.0

When I get logs by kubectl logs -f pod-id it works.

Moved to k8s deployer.

Looking this and I think issue is there

This was actually fixed in #463, closing in favour of #470.

Thanks. In which version SCDF this fix will be available?