You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to set LimitRanges on all my namespaces. but there is no mechanism for a clusterwide LimitRange.|
If this could be replicated across namespaces it would solve my use-case.
kind: LimitRange
metadata:
name: mem-limit-range
spec:
limits:
- default:
memory: 512Mi
defaultRequest:
memory: 256Mi
type: Container
```
Like this but for all namespaces is what im looking for.
This discussion was converted from issue #425 on March 22, 2024 09:50.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to be able to set LimitRanges on all my namespaces. but there is no mechanism for a clusterwide LimitRange.|
If this could be replicated across namespaces it would solve my use-case.
Beta Was this translation helpful? Give feedback.
All reactions