aboutsummaryrefslogtreecommitdiffstats
path: root/man/en/sos-collect.1
diff options
context:
space:
mode:
authorNadia Pinaeva <npinaeva@redhat.com>2022-04-06 11:56:41 +0200
committerJake Hunsaker <jhunsake@redhat.com>2022-04-07 12:33:51 -0400
commitee0dd68199a2c9296eafe64ead5b2263c8270e4a (patch)
tree4e186ad6be4e1321a5c9ceb806ac220500c6c9a9 /man/en/sos-collect.1
parentf2b67ab820070063995689fed03492cdaa012d01 (diff)
downloadsos-ee0dd68199a2c9296eafe64ead5b2263c8270e4a.tar.gz
Use --force-pull-image option for pods created with oc.
Set --force-pull-image=True by default, can be turned off with --force-pull-image=False Signed-off-by: Nadia Pinaeva <npinaeva@redhat.com>
Diffstat (limited to 'man/en/sos-collect.1')
-rw-r--r--man/en/sos-collect.116
1 files changed, 11 insertions, 5 deletions
diff --git a/man/en/sos-collect.1 b/man/en/sos-collect.1
index 9b0a5d7b..2f60332b 100644
--- a/man/en/sos-collect.1
+++ b/man/en/sos-collect.1
@@ -28,7 +28,7 @@ sos collect \- Collect sosreports from multiple (cluster) nodes
[\-\-no\-local]
[\-\-primary PRIMARY]
[\-\-image IMAGE]
- [\-\-force-pull-image]
+ [\-\-force-pull-image TOGGLE, --pull TOGGLE]
[\-\-registry-user USER]
[\-\-registry-password PASSWORD]
[\-\-registry-authfile FILE]
@@ -262,10 +262,16 @@ Specify an image to use for the temporary container created for collections on
containerized host, if you do not want to use the default image specifed by the
host's policy. Note that this should include the registry.
.TP
-\fB\-\-force-pull-image\fR
-Use this option to force the container runtime to pull the specified image (even
-if it is the policy default image) even if the image already exists on the host.
-This may be useful to update an older container image on containerized hosts.
+\fB\-\-force-pull-image TOGGLE, \-\-pull TOGGLE\fR
+When collecting an sos report from a containerized host, force the host to always
+pull the specified image, even if that image already exists on the host.
+This is useful to ensure that the latest version of that image is always in use.
+Disabling this option will use whatever version of the image is present on the node,
+and only attempt a pull if there is no copy of the image present at all.
+
+Enable with true/on/yes or disable with false/off/no
+
+Default: true
.TP
\fB\-\-registry-user USER\fR
Specify the username to authenticate to the registry with in order to pull the container