Fix nil dereference in kubectl run-container
This commit is contained in:
@@ -825,7 +825,7 @@ Examples:
|
||||
|
||||
$ kubectl run-container nginx --image=dockerfile/nginx --replicas=5
|
||||
<starts a replicated instance of nginx>
|
||||
|
||||
|
||||
$ kubectl run-container nginx --image=dockerfile/nginx --dry-run
|
||||
<just print the corresponding API objects, don't actually send them to the apiserver>
|
||||
|
||||
|
Reference in New Issue
Block a user