You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The response of "Status" CRI contains extra information of the Runtime. However, there is only "golang version" in the extra information returned. It will be useful if more information is returned, such as "pouch root dir". In my scenario, I intend to limit rootfs iops/bps for pods. So I need get pouch root dir first and translate into its device. Then I can set device and rate limit to pods.
How it could be?
StatusResponse could contains more extra information,
Other related information
What other extra information can be returned ? That can be discussed. I think we can refer to "pouch info"
The text was updated successfully, but these errors were encountered:
Yes, you are absolutely right. In fact, we don't know what the end users really need. Thanks for your input, and I hope that you can have a list here. 👍
Why you need it?
The response of "Status" CRI contains extra information of the Runtime. However, there is only "golang version" in the extra information returned. It will be useful if more information is returned, such as "pouch root dir". In my scenario, I intend to limit rootfs iops/bps for pods. So I need get pouch root dir first and translate into its device. Then I can set device and rate limit to pods.
How it could be?
StatusResponse could contains more extra information,
Other related information
What other extra information can be returned ? That can be discussed. I think we can refer to "pouch info"
The text was updated successfully, but these errors were encountered: