Skip to content

Commit 81c0292

Browse files
author
Niranjan M.R
committed
Add comment to test case checking Allocatable Memory resource
Signed-off-by: Niranjan M.R <[email protected]>
1 parent ef9004b commit 81c0292

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

functests/2_performance_update/kubelet.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ var _ = Describe("[ref_id: 45487][performance]additional kubelet arguments", fun
9999
})
100100
})
101101
It("[test_id:45490]Test memory reservation changes", func() {
102+
// In this test case we are testing if after applying reserving memory for
103+
// systemReserved and KubeReserved, the allocatable is reduced and Allocatable
104+
// Verify that Allocatable = Node capacity - (kubereserved + systemReserved + EvictionMemory)
102105
memoryAnnotation := map[string]string{
103106
"kubeletconfig.experimental": "{\"systemReserved\":{\"memory\":\"300Mi\"},\"kubeReserved\":{\"memory\":\"768Mi\"}}",
104107
}

0 commit comments

Comments
 (0)