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.
如果我理解得很好,它们在集群的仪表板(默认 Kubernetes 仪表板)中是不可见的。我如何列出它们并最终修改它们?
如果您在 Kubernetes 集群上有 Keda,您可以简单地使用kubectl列出 ScaledJobs 并对其进行修改。
kubectl
列出 ScaledJobs: kubectl get ScaledJob
kubectl get ScaledJob
他们修改其中之一: kubectl edit ScaledJob {ScaledJobName}
kubectl edit ScaledJob {ScaledJobName}