Merge pull request #13286 from flouthoc/kube-build-false-default

kube: honor `--build=false` if specified.
This commit is contained in:
OpenShift Merge Robot
2022-02-21 15:33:39 -05:00
committed by GitHub
5 changed files with 57 additions and 5 deletions

View File

@ -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*