-
Notifications
You must be signed in to change notification settings - Fork 46
Description
Hello Team,
Not sure if this has addressed or not, but I have a situation in need of a solution.
Condition: when a node gets online, the images for pods (daemonset or deployment pods) on the same node would get re-written to pull from proxy via localhost:7439/whateverImageAndTagHere
If proxy pod is not up yet on the same node, then you would get ErrImagePull. I understand that the proxy pods are using priorityClassName: system-node-critical but other system pods might be using the same class name. Note, eventually pods would be able to pull image after a few minutes of delay ...
Questions:
-
Instead of using daemonset for proxy - can we use deployment and call it via service name?
-
Serve from remote registry rather than local pod when pod is not ready?
Thank you,
K