Skip to content

Commit

Permalink
Standardize KPT capitalization.
Browse files Browse the repository at this point in the history
  • Loading branch information
etefera committed Sep 22, 2020
1 parent 04b13a2 commit 39fcca0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions site/content/en/guides/consumer/function/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ configurations before they are applied to a cluster.

{{< png src="images/pipeline" >}}

Kpt offers multiple runtimes for configuration functions to run arbitrary
actions on configuration. By default kpt runs configuration functions in a
KPT offers multiple runtimes for configuration functions to run arbitrary
actions on configuration. By default KPT runs configuration functions in a
[container runtime], but it also provides runtimes for functions packaged as
[executables] or [starlark scripts].

Expand Down Expand Up @@ -147,7 +147,7 @@ The example command will:

- read all resources from the package directory `.` to generate input resources
- for each resource with the `config.kubernetes.io/function` annotation, e.g.
`label-ns-fc.yaml`, kpt will run the specified function (using the resource
`label-ns-fc.yaml`, KPT will run the specified function (using the resource
as the functionConfig)
- functions are run sequentially, with the output of each function provided
as input to the next
Expand All @@ -168,7 +168,6 @@ Here, rather than specifying `gcr.io/kpt-functions/label-namespace` using the
[container runtime]: ../../producer/functions/container/
[executables]: ../../producer/functions/exec/
[starlark scripts]: ../../producer/functions/starlark/
[`kpt cfg set`]: ../../../reference/cfg/set/
[label-namespace]: https://github.com/GoogleContainerTools/kpt-functions-sdk/blob/master/ts/hello-world/src/label_namespace.ts
[VCS]: https://en.wikipedia.org/wiki/Version_control
[functions catalog]: catalog/
Expand Down

0 comments on commit 39fcca0

Please sign in to comment.