Remove stray prompt from deployment docs
Signed-off-by: Michail Kargakis <mkargaki@redhat.com>
This commit is contained in:
committed by
Andrew Chen
parent
3a8a465028
commit
71ff265e47
@@ -484,7 +484,7 @@ For example, with a Deployment that was just created:
|
||||
$ kubectl get deploy
|
||||
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
|
||||
nginx 3 3 3 3 1m
|
||||
[mkargaki@dhcp129-211 kubernetes]$ kubectl get rs
|
||||
$ kubectl get rs
|
||||
NAME DESIRED CURRENT READY AGE
|
||||
nginx-2142116321 3 3 3 1m
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user