This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
v0.7.1: August 2018 Release
New features
- Administrators can receive email notifications on cluster problems after set up the new supported "Alert Manager". Please read more about how to set up Alert Manager and the notification Rules.
Improvements
- Optimized the boot speed of web portal - PR 1021;
- Improved the Kubernetes upgrade experience, PAI admin is no more required to delete ETCD data when upgrading Kubernetes - PR 1038
- Upgrade hadoop from 2.7.2 to 2.9.0 - PR 923
- Enable docker log rotationn by default - PR 995
- Documentation
- Restructured and refined README to provide a better experiences for new users.
- Documentation improvement for:
- More examples:
Bug fixes
- Fixed nginx reverse proxy issue in webhdfs - PR 1009
- Fixed pylon UI issue - PR 916
- Fixed webportal data table issue - PR 734
Known issues
- Currently, OpenPai start user's job using hostNetwork and leverge
docker stats
to generate job's running metrics including network usage. This will render 0 network usage in job/task metrics page, becausedocker stats
will return 0 network usage if container uses hostNetwork. We will fix this issue in future release.
Break changes
- Replace
killOnAnyComplete
with more powerful optionsminFailedTaskCount
andminSucceededTaskCount
.killOnAnyComplete
is now obsolete, any json files that specify this field will not work in this version. Please see job tutorial for more information. - PR 879