Important
- Since #10539 has been completed, we can
rely on the test results of 
test_upgrade.py::test_upgradeto validate the upgrade process, instead of manually testing this case when the testing version >= v1.8 
Setup
- 2 attached volumes with data. 2 detached volumes with data. 2 new volumes without data.
 - 2 deployments of one pod. 1 statefulset of 10 pods.
 Auto Salvageset to disable.
Test
After upgrade:
- Make sure the existing instance managers didn’t restart.
 - Make sure pods didn’t restart.
 - Check the contents of the volumes.
 - If the Engine API version is incompatible, manager cannot do anything about the attached volumes except detaching it.
 - If the Engine API version is incompatible, manager cannot live-upgrade the attached volumes.
 - If the Engine API version is incompatible, manager cannot reattach an existing volume until the user has upgraded the engine image to a manager supported version.
 - After offline or online (live) engine upgrade, check the contents of the volumes are valid.
 - For the volume never been attached in the old version, check it’s attachable after the upgrade.