Change imagePullPolicy to IfNotPresent Test
- Install Longhorn using Helm chart with the new
longhorn master
- Verify that Engine Image daemonset, Manager daemonset, UI deployment, Driver Deployer deployment has the field
spec.template.spec.containers.imagePullPolicy set to IfNotPresent
- run the bash script
dev/scripts/update-image-pull-policy.sh inside longhorn repo
- Verify that Engine Image daemonset, Manager daemonset, UI deployment, Driver Deployer deployment has the field
spec.template.spec.containers.imagePullPolicy set back to Always
[Edit]