Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
javahometech authored Jun 14, 2019
1 parent da99d3a commit ffcf75a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions deployments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,15 @@ inorder to see deployment revision history
```
kubectl rollout history deployment nodeappdeployment
```

### Undo recent deployment

```
kubectl rollout undo deployment nodeappdeployment
```

### rollback to specific deployment revision

```
kubectl rollout undo deployment nodeappdeployment --to-revision=1
```

0 comments on commit ffcf75a

Please sign in to comment.