Scale your solution
To scale (horizontally) the number of replicas in the solution to $REPLICAS, run:
kubectl scale deployment $NAME --namespace $NAMESPACE
--replicas $REPLICAS
Delete/Uninstall your solution
Run:
kubectl delete application $NAME --namespace $NAMESPACE
Update the image version
When there is a new model update, you need to do a rolling deployment directly. When there is a new version for either infra or language change, set the version to $VERSION by running:
kubectl set image deployment/$NAME --namespace $NAMESPACE
asr=gcr.io/cloud-marketplace/speech-onprem/speech-to-text-on-prem:$VERSION