Skip to content

Commit 6d04c7e

Browse files
authored
Merge pull request #64168 from kquinn1204/OCPBUGS-18108
OCPBUGS 18108 updating image to http://registry.access.redhat.com/rhel:latest
2 parents 1b1a344 + c6a3cbb commit 6d04c7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/cnf-scheduling-numa-aware-workloads.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ spec:
6767
memory: "100Mi"
6868
cpu: "10"
6969
- name: ctnr2
70-
image: gcr.io/google_containers/pause-amd64:3.0
70+
image: registry.access.redhat.com/rhel:latest
7171
imagePullPolicy: IfNotPresent
7272
command: ["/bin/sh", "-c"]
7373
args: [ "while true; do sleep 1h; done;" ]
@@ -129,7 +129,7 @@ Events:
129129
Deployments that request more resources than is available for scheduling will fail with a `MinimumReplicasUnavailable` error. The deployment succeeds when the required resources become available. Pods remain in the `Pending` state until the required resources are available.
130130
====
131131

132-
. Verify that the expected allocated resources are listed for the node.
132+
. Verify that the expected allocated resources are listed for the node.
133133

134134
.. Identify the node that is running the deployment pod by running the following command, replacing <namespace> with the namespace you specified in the `Deployment` CR:
135135
+

0 commit comments

Comments
 (0)