Skip to content

Commit

Permalink
Merge pull request #4683 from valentinsoe/master
Browse files Browse the repository at this point in the history
Fixed upgrading example command
  • Loading branch information
k8s-ci-robot authored Oct 16, 2019
2 parents be277f8 + 66c3d70 commit a6815c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploy/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The easiest way to do this is e.g. (do note you may need to change the name para

```
kubectl set image deployment/nginx-ingress-controller \
nginx-ingress-controller=nginx:quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.18.0
nginx-ingress-controller=quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.18.0
```

For interactive editing, use `kubectl edit deployment nginx-ingress-controller`.
Expand Down

0 comments on commit a6815c3

Please sign in to comment.