Skip to content

Limit Ranges view#

Kubernetes LimitRanges are policies that set constraints on resource consumption within a namespace. They define the maximum and minimum limits for resource requests and limits for different resource types such as CPU and memory. See Kubernetes Documentation: Limit Ranges for details.

The Limit Ranges table lists the cluster LimitRanges. You can click the list items and open the details panel with comprehensive information and various options. The Namespace drop-down list filters the cluster objects by namespaces. You can also search for a specific item using the Search Limit Ranges input field.

You can resize and reorder the table columns. Drag the column border in the table header to change the width. To change the column position, drag its header left or right. Also, you can sort objects in ascending or descending order by clicking the header of a column and configure the column visibility. By default, the table consists of the following columns:

Note

The table content can be exported in the CSV file format.

Column Description
Name The name of the LimitRange.
Namespace The namespace in which the LimitRange applies.
Age The age of the LimitRange, indicating its duration in the cluster.
More Actions Clicking on the button opens a drop-down list with the following actions:
  • Edit

    Changes the configuration of the LimitRange.

  • Delete

    Removes the LimitRange.