Skip to content

Commit

Permalink
Added info about imagePullPolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
catttam committed Aug 30, 2024
1 parent da6f21b commit 628ec37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/oscar-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ The output of synchronous invocations will depend on the application itself:

This way users can adapt OSCAR's services to their own needs.

### Container images

Container images on asynchronous services use the tag `imagePullPolicy: Always`, which means that Kubernetes will check for the image digest on the image registry and download it if it is not present.
So, if you are using an image without a specific tag or with the latest tag, the service will automatically download and use the most recent version of the image on its executions, whenever the image is updated.

You can follow one of the
[examples](https://github.com/grycap/oscar/tree/master/examples)
Expand Down

0 comments on commit 628ec37

Please sign in to comment.