Upgrading Layar
Upgrading Layar is a simple process. Ensure the system has Internet access before proceeding.
If you are using the Layar Amazon Machine Image (AMI) simply run:
/data/layar/deployLayar.sh upgrade
If you installed Layar manually, run:
helm repo update
kubectl delete deployment --all
kubectl delete statefulset --all
sleep 30
Now run the same helm
command that was used during installation but replace the word install
with upgrade
. For example:
helm upgrade layar vyasa/layar --set APPURL=layar.acme.com --set TRITON_GPU_COUNT=3
Updated 11 months ago