Skip to content

Commit 2e020fe

Browse files
authored
Merge pull request openshift#9 from aireilly/amolnar-rh_consolidated-ZTP_review-comments
tweaking podman pull command + ptp fix
2 parents 341aa8b + 8a68cb3 commit 2e020fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/ztp-preparing-for-the-gitops-ztp-upgrade.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $ mkdir -p ./out
2121
+
2222
[source,terminal]
2323
----
24-
$ podman run -t --rm ztp-site-generate-rhel8:v4.10 extract /home/ztp --tar | tar x -C ./out
24+
$ podman run --log-driver=none --rm registry.redhat.io/openshift4/ztp-site-generate-rhel8:v4.10 extract /home/ztp --tar | tar x -C ./out
2525
----
2626
+
2727
The `/out` directory contains the following subdirectories:

modules/ztp-preparing-the-ztp-git-repository.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $ mkdir -p ./out
2626
+
2727
[source,terminal]
2828
----
29-
$ podman run -t --rm ztp-site-generate-rhel8:v4.10 extract /home/ztp --tar | tar x -C ./out
29+
$ podman run --log-driver=none --rm registry.redhat.io/openshift4/ztp-site-generate-rhel8:v4.10 extract /home/ztp --tar | tar x -C ./out
3030
----
3131

3232
. Check that the `out` directory contains the following subdirectories:

modules/ztp-using-pgt-to-update-source-crs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $ mkdir -p ./out
2929
+
3030
[source,terminal]
3131
----
32-
$ podman run -t --rm ztp-site-generate-rhel8:v4.10 extract /home/ztp --tar | tar x -C ./out
32+
$ podman run --log-driver=none --rm registry.redhat.io/openshift4/ztp-site-generate-rhel8:v4.10 extract /home/ztp --tar | tar x -C ./out
3333
----
3434

3535
. The baseline `PerformanceProfile` CR is found in `./out/source-crs/PerformanceProfile.yaml`.

0 commit comments

Comments
 (0)