Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CronJob 声明的resources.request参数会在 Pod 不活跃的时候占用资源吗?
resources.request
当您为 Pod 中的容器指定资源请求时,调度程序会使用此信息来决定将 Pod 放置在哪个节点上。因此,如果 pod 根本没有被调度,那么它将不会使用任何内存。