Has anyone faced an issue of kubeApi calls not being resolved in timely manner in an oke cluster?
We are facing an issue in which our pipelines intermittently hang when we execute them simultaneously in multiple namespaces.
Our product uses Jenkins to execute the pipelines and source code is in Python.
Whenever this issue occurs, we have observed a kubeAPi call is being made.
Initially, the issue was very frequent.
But, later on, we applied proper timeout to all the kubeApi calls.
After applying timeout, we have not observed until recently when one of the teams reported that the issue is coming even after applying the timeout fix.
0