How to set kubernetes client request timeout during runtime #31395
-
Hi, I am having difficulties with configuring kubernetes client during runtime. Since kubernetes client properties are build time properties, they can be only overridden during build time. How I can deal with that without specifying the highest value in properties during runtime? I want to have one docker image and possibility to override these properties when starting the container 🙂 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
/cc @Sgitario (kubernetes), @geoand (kubernetes), @iocanel (kubernetes) |
Beta Was this translation helpful? Give feedback.
-
I have opened #31398 which will allow you to perform arbitrary customizations of the kubernetes config |
Beta Was this translation helpful? Give feedback.
I have opened #31398 which will allow you to perform arbitrary customizations of the kubernetes config