Dear all,
I'm facing a problem when trying to setup Frankfurt. Due to network limitations of my company, I have to cache all required docker images onto my local machine. In most of the cases, it works fine. But there are still some unexpeted behaviors. Taking AAI for example: I deployed ONAP using the following command: helm deploy dev local/onap --namespace onap --set global.masterPassword=xxxx -f onap/resources/overrides/environment.yaml -f onap/resources/overrides/openstack.yaml -f onap/resources/environments/dev.yaml --timeout 900 And the "pullPolicy" field is set to "IfNotPresent" in dev.yaml: But when AAI is being deployed, it still pulls some its dependencies from the internet, which causes an error: Diving into the pod, I found the value of "imagePullPolicy" was "Always". I want to know whether it is normal or not. Isn't the "imagePullPolicy" property managed by the value I set in dev.yaml? Is there a way to change the actual image pull policy to "IfNotPresent"? Any answers or help will be sincerely appreciated. Best Regards, Guangrong -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#22137): https://lists.onap.org/g/onap-discuss/message/22137 Mute This Topic: https://lists.onap.org/mt/76950769/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
