confidential-containers / operator

Operator to deploy confidential containers runtime
Apache License 2.0
102 stars 56 forks source link

Support to configure timeout in kubelet to pull large images for CoCo #358

Open ChengyuZhu6 opened 3 months ago

ChengyuZhu6 commented 3 months ago

Is your feature request related to a problem? Please describe.

issue: https://github.com/kata-containers/kata-containers/issues/8141

Although CoCo can set the request timeout for pulling large images in the guest, it’s important to note that runtime-request-timeout setting in the kubelet configuration also affects this timeout. Therefore, it is essential for coco operator to have the ability to configure runtime-request-timeout in kubelet and to integrate it smoothly into the CoCo installation process.

And I hope for a method that allows users to directly set this timeout during the CoCo installation process via the operator.