Dynatrace / dynatrace-oneagent-operator

Kubernetes/Openshift Operator for managing Dynatrace OneAgent deployments
Apache License 2.0
88 stars 48 forks source link

Change pull policy to ifnotpresent #388

Closed rspierz closed 2 years ago

rspierz commented 3 years ago

Allow image to be pulled directly from node instead of pulled from registry each time. Save on pull time and also provides a level of workflow if registry is unavailable.

rspierz commented 3 years ago

@DTMad Could you have a look at this PR?

DTMad commented 3 years ago

With the current way how we check for updates when using the immutable image this PR would break the update mechanism. Therefore we need to change the update mechanism first to make this possible.