Document URL: https://docs.openshift.org/latest/dev_guide/compute_resources.html Section Number and Name: Describe the issue: k8s upstream doc:https://kubernetes.io/docs/concepts/policy/resource-quotas/#object-count-quota Suggestions for improvement: Additional information:
@wang -- Is this a new feature or does the quota feature just cover more resources? The list of supported resources in the upstream Kubernetes doc on Object count Quotas matches what we have in the docs. https://kubernetes.io/docs/concepts/policy/resource-quotas/#object-count-quota And, the syntax doesn't look different. Do we just need to add a release note to 3.9 docs, or am I missing something? From the dev PR [1]: "Object count quotas supported on all standard resources using `count/<resource>.<group>` syntax" I am not clear on what the Trello is adding. [1] https://github.com/kubernetes/kubernetes/pull/54320#issuecomment-338328848
3.9 docs Quota topic: https://docs.openshift.com/container-platform/3.9/admin_guide/quota.html
@Michael, in k8s 1.9, openshift 3.9, we have an new way to implement object count quota, this is an generic way that supported all the standard namespaced resource types, the docs we have really works, but we should mention that we support all the k8s and openshift related resource types, like openshift BuildConfig, DeploymentConfig, with an syntax "count/<resource>.<group>", we didn't need document the all the resource types, but we need tell user we support all of them, and how the user can use this feature.
https://github.com/openshift/openshift-docs/pull/9454
Changes are live: https://docs.openshift.com/container-platform/3.9/admin_guide/quota.html#creating-object-count-quotas