Skip to content

Commit

Permalink
🫣 correcting to daemonset
Browse files Browse the repository at this point in the history
  • Loading branch information
ckavili committed Dec 20, 2024
1 parent f843fed commit 75f1da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/odh-rhoai/image-puller.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ In this example, three images are pre-defined:
- `openvino-model-server`: OpenVINO model server image.
-

3) After applying your configuration, a StatefulSet definition will be created, and a pod will be launched on each node. Each pod will contain the images you specified as containers, and it will begin the image pulling process.If you would like to learn more check [Kubernetes Image Puller GitHub page](https://github.com/che-incubator/kubernetes-image-puller).
3) After applying your configuration, a DaemonSet definition will be created, and a pod will be launched on each node. Each pod will contain the images you specified as containers, and it will begin the image pulling process.If you would like to learn more check [Kubernetes Image Puller GitHub page](https://github.com/che-incubator/kubernetes-image-puller).

0 comments on commit 75f1da1

Please sign in to comment.