Upgrade Platform
Gain access to new features and performance enhancements by upgrading HPE Machine Learning Inferencing Software.
Before You Start #
- Check the release notes
- Create a backup of your data
- Update your Helm Chart Values if applicable
How to Upgrade the SDK #
python -m pip install --upgrade aioli-sdk==1.2.0
How to Upgrade the Platform #
helm repo update
helm upgrade mlis \
--set 'global.imagePullSecrets[0].name=regcred' \
--set 'global.imagePullSecrets[1].name=hpe-mlis-registry' \
--set imageRegistry=hub.myenterpriselicense.hpe.com/hpe-mlis/<SKU> \
--set defaultPassword=<CREATE_ADMIN_PASSWORD> \
--values values.yaml \ # Required if you have custom configurations
<SKU>_aioli-helm-chart<release/majorMinorPatchNumber>}}.tgz
Release Name
mlis
in helm upgrade mlis
) should match name of the release you provided when you originally installed the platform. To see the release name, run helm list
.