To include a way to restart every Longhorn components automatically with
the latest image.
1. Now `lm-update.sh` will set `imagePullPolicy: Always` for the manager
and the driver.
2. Now update-image-pull-policy.sh will update the `imagePullPolicy` for
all the running deployments and daemonsets in the `longhorn-system`
namespace, including CSI components.
Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
scale-test.py is currently a work in progress and needs some additional
implementation for the data processing and analysis part.
Signed-off-by: Joshua Moody <joshua.moody@rancher.com>
We changed the imagePullPolicy to IfNotPresent so that user can easily
install Longhorn in air-gap instalation.
Also add a bash script for the developer to quickly change all the
imagePullPolicies back to Always so that k8s always pull the
lastest images. This will be useful when dev use the tag such as master.
Longhorn #1491
Signed-off-by: Phan Le <phan.le@rancher.com>