Nicolas Goudry
Nicolas Goudry
> Can you turn on debug logging and see what it seems to be doing? By “debug logging” I guess you meant running maven with the `-X` flag. I also...
I added the option, ending up with this command: ``` mvn -X clean install exec:java -Dexec.mainClass="io.kubernetes.client.examples.KubeConfigFileClientExample" -Dorg.slf4j.simpleLogger.defaultLogLevel=debug ``` There aren’t any further logs than the ones I sent earlier. I...
> My bet is that the `-Dorg.sl4j...` is going to Maven, not to the java exec, but I'm not certain. That’s indeed what is happening here… I tried several solutions...
I checked by manually running the `tsh` command which generates the certificate: it is valid for 12 hours. I wondered if this issue could somehow be linked to the lack...
/remove-lifecycle stale
/remove-lifecycle stale /lifecycle frozen
> Yeah, that's not currently supported in our TLS. We'd be happy to take a PR to add support. I’m not a Java developer, I reported this issue because some...
/remove-lifecycle stale
/remove-lifecycle stale /lifecycle frozen
I’d like to work on this if nobody started it already. However, I have a few questions after having reviewed the current state of the repository regarding usages of the...