Skip to content

[FEATURE] Limit Ranges #425

@tekno45

Description

@tekno45

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions