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.
资源配额是否考虑了 HPA(Horizontal pod autoscaler)创建的 pod?
如果新创建的 pod 的请求和限制高于配额,它们会被驱逐吗?
问候
当 HPA 被触发时,新的 Pod 被安排在资源分配时创建,如果它们超过任何配额,它们将获得 403 FORBIDDEN 并显示一条消息,解释 api 服务器可能违反的约束并且不会被安排。