Skip to content

Commit

Permalink
Updated CRD to show the CPU requests and limits.
Browse files Browse the repository at this point in the history
  • Loading branch information
SStorm committed Mar 16, 2023
1 parent a582e28 commit a2b80f8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Unreleased

* Fixed a missing permission that was causing a warning on kopf startup.

* Updated CRD to show the CPU requests and limits.

2.23.0 (2023-02-28)
-------------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ spec:
jsonPath: .spec.nodes.data[?(@.name == "hot")].replicas
name: Nodes
type: number
- description: CPU Requests
jsonPath: .spec.nodes.data[?(@.name == "hot")].resources.requests.cpu
name: CPU_REQ
type: number
- description: CPU Limits
jsonPath: .spec.nodes.data[?(@.name == "hot")].resources.limits.cpu
name: CPU_LIM
type: number
# Only shown in wide mode (-o wide)
priority: 1
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
Expand Down

0 comments on commit a2b80f8

Please sign in to comment.