When is used SimpleWaiter together this OpenShift binary it create two threads for every check of current state of resource in the OpenShift. So it can create hundreds of threads when it waits for start of a POD. Unfortunately these thread are never terminated. There are sleeping or waiting.
When is used
SimpleWaiter
together this OpenShift binary it create two threads for every check of current state of resource in the OpenShift. So it can create hundreds of threads when it waits for start of a POD. Unfortunately these thread are never terminated. There are sleeping or waiting.