Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. apiVersion: v1
  2. kind: LimitRange
  3. metadata:
  4. annotations:
  5. kubectl.kubernetes.io/last-applied-configuration: |
  6. {"apiVersion":"v1","kind":"LimitRange","metadata":{"annotations":{},"name":"limitrange","namespace":"default"},"spec":{"limits":[{"max":{"cpu":"2000m","memory":"5Gi"},"min":{"cpu":"5m","memory":"5Mi"},"type":"Pod"},{"max":{"cpu":"1500m","memory":"3Gi"},"maxLimitRequestRatio":{"cpu":160,"memory":160},"min":{"cpu":"5m","memory":"5Mi"},"type":"Container"},{"max":{"storage":"10Gi"},"min":{"storage":"1Gi"},"type":"PersistentVolumeClaim"}]}}
  7. creationTimestamp: "2020-03-23T18:31:40Z"
  8. name: limitrange
  9. namespace: default
  10. resourceVersion: "85020390"
  11. selfLink: /api/v1/namespaces/default/limitranges/limitrange
  12. uid: 0a6a44e6-a7ec-458c-b5e6-50e12ef249a5
  13. spec:
  14. limits:
  15. - max:
  16. cpu: "2"
  17. memory: 5Gi
  18. min:
  19. cpu: 5m
  20. memory: 5Mi
  21. type: Pod
  22. - default:
  23. cpu: 1500m
  24. memory: 3Gi
  25. defaultRequest:
  26. cpu: 1500m
  27. memory: 3Gi
  28. max:
  29. cpu: 1500m
  30. memory: 3Gi
  31. maxLimitRequestRatio:
  32. cpu: "160"
  33. memory: "160"
  34. min:
  35. cpu: 5m
  36. memory: 5Mi
  37. type: Container
  38. - max:
  39. storage: 10Gi
  40. min:
  41. storage: 1Gi
  42. type: PersistentVolumeClaim
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement