Make kubectl apply create resources if not found

This commit is contained in:
Janet Kuo
2015-11-04 18:29:56 -08:00
parent c095e35f1b
commit 37f35d9342
6 changed files with 81 additions and 5 deletions

View File

@@ -14,6 +14,7 @@ kubectl apply \- Apply a configuration to a resource by filename or stdin
.SH DESCRIPTION
.PP
Apply a configuration to a resource by filename or stdin.
The resource will be created if it doesn't exist yet.
.PP
JSON and YAML formats are accepted.