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.
这里提到了如何编辑关于如何编辑自动缩放行为的可配置缩放行为。但我找不到任何要编辑的 YAML 文件或如何应用上述更改。
我有 3 个 Kubernetes 环境:
我可以知道如何在上述环境中应用此处提到的更改。
跑
kubectl get hpa -n namespace
这将为您提供当前有效的 HPA 列表
然后使用
kubectl -n namespace edit hpa <hpa_name>
并进行所需的更改。