Skip to content

Commit 42a07b5

Browse files
committed
README: Document default imagePullPolicy and the way to change it
1 parent f9b3681 commit 42a07b5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Table of Contents
2424
* [Developers](#developers)
2525
* [Running e2e Tests](#running-e2e-tests)
2626
* [Supported Kubernetes versions](#supported-kubernetes-versions)
27+
* [Pre-built plugin images](#pre-built-plugin-images)
2728
* [Related code](#related-code)
2829

2930
## Prerequisites
@@ -266,6 +267,14 @@ matching Kubernetes versions are listed below:
266267
[Go environment]: https://golang.org/doc/install
267268
[Kubernetes cluster]: https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/
268269

270+
## Pre-built plugin images
271+
272+
Pre-built images of the plugins are available on the Docker hub. These images are automatically built and uploaded to the hub from the latest master branch of this repository.
273+
274+
Release tagged images of the components are also available on the Docker hub, tagged with their release version numbers in the format x.y.z, corresponding to the branches and releases in this repository.
275+
276+
**Note:** the default deployment files and operators are configured with [imagePullPolicy](https://kubernetes.io/docs/concepts/containers/images/#updating-images) ```IfNotPresent``` and can be changed with ```scripts/set-image-pull-policy.sh```.
277+
269278
## License
270279

271280
All of the source code required to build intel-device-plugins-for-kubernetes

0 commit comments

Comments
 (0)