Kubernetes上的配额标签

时间:2018-08-22 08:35:54

标签: kubernetes

如何使用标签选择器在Kubernetes上设置配额,例如:

apiVersion: v1
kind: ResourceQuota
metadata:
  name: thequota-for-restrictedsoftware
spec:
  hard:
    pods: "3"
  selector:
    matchLabels:
      restricted: true

1 个答案:

答案 0 :(得分:1)

我花了一些时间来查找文档并尝试找到您问题的答案,但我不确定100%,但是目前无法以您需要的方式提供。