Merge pull request #3524 from jlowdermilk/fix-cmd-printing

Fix nil dereference in kubectl run-container
This commit is contained in:
bgrant0607
2015-01-15 13:44:26 -08:00
4 changed files with 84 additions and 20 deletions

View File

@@ -879,7 +879,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>