- 000
Describe the bug
In v6.6.2 the following code used to work fine:
private val client = KubernetesClientBuilder()
.withConfig(ConfigBuilder().withNamespace("default").build())
.build()
override fun logReader(jobId: UUID): JobLogReader {
val jobPod = jobPod(jobId)
// when pod is ready...