diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-02-21 15:33:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-21 15:33:39 -0500 |
commit | a746a61a171d514947dbd4db88541e3702647f2d (patch) | |
tree | e06d4071d59ec0dc73b12a37fd4626b7209af6b1 /docs/source | |
parent | c3a9505232d88a6133b5c65de008d6a30099ea55 (diff) | |
parent | 9ce61e3a4911ad89151788539f10d96f69362bc3 (diff) | |
download | podman-a746a61a171d514947dbd4db88541e3702647f2d.tar.gz podman-a746a61a171d514947dbd4db88541e3702647f2d.tar.bz2 podman-a746a61a171d514947dbd4db88541e3702647f2d.zip |
Merge pull request #13286 from flouthoc/kube-build-false-default
kube: honor `--build=false` if specified.
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/markdown/podman-play-kube.1.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-play-kube.1.md b/docs/source/markdown/podman-play-kube.1.md index 6d02af80d..f85ea9046 100644 --- a/docs/source/markdown/podman-play-kube.1.md +++ b/docs/source/markdown/podman-play-kube.1.md @@ -67,7 +67,8 @@ like: ``` The build will consider `foobar` to be the context directory for the build. If there is an image in local storage -called `foobar`, the image will not be built unless the `--build` flag is used. +called `foobar`, the image will not be built unless the `--build` flag is used. Use `--build=false` to completely +disable builds. `Kubernetes ConfigMap` @@ -115,7 +116,7 @@ environment variable. `export REGISTRY_AUTH_FILE=path` #### **--build** -Build images even if they are found in the local storage. +Build images even if they are found in the local storage. Use `--build=false` to completely disable builds. #### **--cert-dir**=*path* |