This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.2.5.2.4. rollback
将应用程序还原回以前的部署。
示例:回滚到上次成功部署
oc rollback php
$ oc rollback php
示例:回滚到一个特定版本
oc rollback php --to-version=3
$ oc rollback php --to-version=3