Skip to content

Commit a3f6892

Browse files
Merge pull request #17081 from linzhaoming/fix-usage
Automatic merge from submit-queue (batch tested with PRs 17014, 16822, 17081, 17119, 17107). Improve the documentation for oc rollout Since the 'oc deploy' is deprecated. It is better for providing usag 'oc set trigger'. Forgetting the 'oc deploy'
2 parents 772a581 + cdfe840 commit a3f6892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/oc/cli/cmd/rollout/rollout.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ var (
136136
Any image triggers present in the rolled back configuration will be disabled
137137
with a warning. This is to help prevent your rolled back deployment from being
138138
replaced by a triggered deployment soon after your rollback. To re-enable the
139-
triggers, use the 'deploy --enable-triggers' command.
139+
triggers, use the 'oc set triggers --auto' command.
140140
141141
If you would like to review the outcome of the rollback, pass '--dry-run' to print
142142
a human-readable representation of the updated deployment configuration instead of

0 commit comments

Comments
 (0)