diff --git a/examples/preflight/e2e.yaml b/examples/preflight/e2e.yaml index 042fcdf83..a3c3d5190 100644 --- a/examples/preflight/e2e.yaml +++ b/examples/preflight/e2e.yaml @@ -92,7 +92,7 @@ spec: - nodeResources: checkName: Must have 1 node with 2Gi (available) memory and at least 2 cores (on a single node) filters: - allocatableMemory: 2Gi + memoryAllocatable: 2Gi cpuCapacity: "2" outcomes: - pass: diff --git a/examples/preflight/node-resources.yaml b/examples/preflight/node-resources.yaml index 65af8d8ce..0e8fefe84 100644 --- a/examples/preflight/node-resources.yaml +++ b/examples/preflight/node-resources.yaml @@ -28,7 +28,7 @@ spec: - nodeResources: checkName: Must have 1 node with 16 GB (available) memory and 10 cores (on a single node) filters: - allocatableMemory: 16Gi + memoryAllocatable: 16Gi cpuCapacity: "10" outcomes: - fail: @@ -39,7 +39,7 @@ spec: - nodeResources: checkName: Must have 1 node with 16 GB (available) memory and 4 cores of amd64 arch (on a single node) filters: - allocatableMemory: 16Gi + memoryAllocatable: 16Gi cpuArchitecture: amd64 cpuCapacity: "4" outcomes: @@ -54,7 +54,7 @@ spec: selector: matchLabel: node-role.kubernetes.io/master: "" - allocatableMemory: 16Gi + memoryAllocatable: 16Gi cpuArchitecture: amd64 cpuCapacity: "6" outcomes: diff --git a/examples/support-bundle/e2e.yaml b/examples/support-bundle/e2e.yaml index ddd54d77e..18e7e8669 100644 --- a/examples/support-bundle/e2e.yaml +++ b/examples/support-bundle/e2e.yaml @@ -77,7 +77,7 @@ spec: - nodeResources: checkName: Must have 1 node with 2Gi (available) memory and at least 2 cores (on a single node) filters: - allocatableMemory: 2Gi + memoryAllocatable: 2Gi cpuCapacity: "2" outcomes: - pass: