We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apiVersion: ibm.com/v1 kind: QuotaSubtree metadata: name: context-root namespace: kube-system labels: tree: quota_context spec: children: - name: context-root quotas: hardLimit: true requests: cpu: 2000 memory: 8000Mi --- apiVersion: ibm.com/v1 kind: QuotaSubtree metadata: name: context-root-children namespace: kube-system labels: tree: quota_context spec: parent: context-root children: - name: alpha quotas: hardLimit: false requests: cpu: 1000 memory: 4000Mi - name: beta quotas: requests: cpu: 1000 memory: 4000Mi
vs
apiVersion: ibm.com/v1 kind: QuotaSubtree metadata: name: context-root namespace: kube-system labels: tree: quota_context spec: children: - name: context-root quotas: hardLimit: true requests: cpu: 2000m memory: 8000Mi --- apiVersion: ibm.com/v1 kind: QuotaSubtree metadata: name: context-root-children namespace: kube-system labels: tree: quota_context spec: parent: context-root children: - name: alpha quotas: hardLimit: false requests: cpu: 1000m memory: 4000Mi - name: beta quotas: requests: cpu: 1000m memory: 4000Mi
When specifying millicores (i.e. 1000m) all appwrappers were being blocked for "insufficient quota".
1000m
The text was updated successfully, but these errors were encountered:
An issue already exists for this #335
Sorry, something went wrong.
Dupe
No branches or pull requests
vs
When specifying millicores (i.e.
1000m
) all appwrappers were being blocked for "insufficient quota".The text was updated successfully, but these errors were encountered: