Nick Tan

Results 134 comments of Nick Tan

and sometime it gets even harder to create the heap dump when we have resources request/limits specified on the container, the dump tool itself consume a lot resource at a...

similar case here, i'd like to send data via stdin when execStart so as long as the docker client use apache httpComponents which does not support hijacking, does it mean...

if you use github hosted runner, (aka `runs-on: ubunut-latest`), it has almost everything installed, check in details https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md#android however, on self-hosted runner, we may need this setp-android to have the...

hi @yiwong2001 first of all, there is max connection size limitation at server side, saying 1000. with this value in mind, the total number of clients connections (aka, the sum...

As a workaround, you can add the adapter jar https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-1.2-api

I think this is because kubernetes api server intendly disconnect it with default timeout settings, see * https://github.com/godaddy/kubernetes-client/issues/294#issuecomment-406006717 * https://github.com/kubernetes-client/python/issues/124#issuecomment-341615167 so there need to be some retry mechanism in kubewatch...

sure, will add example soon yes, configmap PR goes #114 , and namespace filter PR goes #115

@jbianquetti-nami , example added: https://github.com/bitnami-labs/kubewatch/pull/116/commits/369bdcfb43ccce9bc0f31bb5847302e1014df282

just rebased the PR, please review again, thx

sure, will resolve the conflicts.