summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Wittrock <pwittroc+github@google.com>2018-06-07 21:16:52 -0700
committerGitHub <noreply@github.com>2018-06-07 21:16:52 -0700
commit477ece3f466a9d5f9e043a4f38ca2c1b5074ede5 (patch)
treefd5ecd4b2890d7de0fd26feb4a6fe5e8c8273977
parent5deb1a07659a7f87a8532bbcad80cbf05e5f8b0f (diff)
parent873de8ee3d03fc6310633611e4bbbb606422018a (diff)
Merge pull request #2186 from soltysh/kustomize_updates
Kustomize KEP typos fixes
-rw-r--r--keps/sig-cli/0008-kustomize.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/keps/sig-cli/0008-kustomize.md b/keps/sig-cli/0008-kustomize.md
index e014896d..cb47f8d7 100644
--- a/keps/sig-cli/0008-kustomize.md
+++ b/keps/sig-cli/0008-kustomize.md
@@ -10,10 +10,10 @@ participating-sigs:
reviewers:
- "@droot"
approvers:
- - "@maciej"
+ - "@soltysh"
editor: "@droot"
-creation-date: 2018-05-5
-last-updated: 2018-05-5
+creation-date: 2018-05-05
+last-updated: 2018-05-23
status: implemented
see-also:
- n/a
@@ -48,9 +48,9 @@ superseded-by:
Declarative specification of Kubernetes objects is the recommended way to manage Kubernetes
production workloads, however gaps in the kubectl tooling force users to write their own scripting and
tooling to augment the declarative tools with preprocessing transformations.
-While most of theser transformations already exist as imperative kubectl commands, they are not natively accessible
+While most of these transformations already exist as imperative kubectl commands, they are not natively accessible
from a declarative workflow.
-
+
This KEP describes how `kustomize` addresses this problem by providing a declarative format for users to access
the imperative kubectl commands they are already familiar natively from declarative workflows.
@@ -59,7 +59,7 @@ the imperative kubectl commands they are already familiar natively from declarat
The kubectl command provides a cli for:
- accessing the Kubernetes apis through json or yaml configuration
-- porcelain commands for generating and transforming configuration off of commandline flags.
+- porcelain commands for generating and transforming configuration off of command line flags.
Examples:
@@ -70,7 +70,7 @@ Examples:
- Create or update fields that cut across other fields and objects
- `kubectl label`, `kubectl annotate`
- Users can add and update labels for all objects composing an application
-
+
- Transform an existing declarative configuration without forking it
- `kubectl patch`
- Users may generate multiple variations of the same workload