mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
drop unused figs and fix some nits
This commit is contained in:
15
README.md
15
README.md
@@ -4,6 +4,7 @@
|
|||||||
[base]: docs/glossary.md#base
|
[base]: docs/glossary.md#base
|
||||||
[declarative configuration]: docs/glossary.md#declarative-application-management
|
[declarative configuration]: docs/glossary.md#declarative-application-management
|
||||||
[demo]: demos/README.md
|
[demo]: demos/README.md
|
||||||
|
[demos]: demos/README.md
|
||||||
[imageBase]: docs/base.jpg
|
[imageBase]: docs/base.jpg
|
||||||
[imageOverlay]: docs/overlay.jpg
|
[imageOverlay]: docs/overlay.jpg
|
||||||
[kustomization]: docs/glossary.md#kustomization
|
[kustomization]: docs/glossary.md#kustomization
|
||||||
@@ -13,12 +14,11 @@
|
|||||||
[kubernetes style]: docs/glossary.md#kubernetes-style-object
|
[kubernetes style]: docs/glossary.md#kubernetes-style-object
|
||||||
|
|
||||||
`kustomize` is a command line tool supporting
|
`kustomize` is a command line tool supporting
|
||||||
template-free customization of YAML (or JSON)
|
template-free customization of YAML (or JSON) objects
|
||||||
objects that conform to the [kubernetes style].
|
that conform to the [kubernetes style]. If your
|
||||||
|
objects have a `kind` and a `metadata` field,
|
||||||
If your objects have a `kind` and a `metadata` field,
|
`kustomize` can patch them to support configuration
|
||||||
kustomize can patch them to help you manage
|
sharing and re-use.
|
||||||
configuration sharing and re-use.
|
|
||||||
|
|
||||||
For more details, try a [demo].
|
For more details, try a [demo].
|
||||||
|
|
||||||
@@ -52,6 +52,7 @@ _development, staging and production_.
|
|||||||
|
|
||||||
#### 3) Run kustomize
|
#### 3) Run kustomize
|
||||||
|
|
||||||
Run kustomize on your overlay. The result
|
Run `kustomize` on your overlay. The result
|
||||||
is printed to `stdout` as a set of complete
|
is printed to `stdout` as a set of complete
|
||||||
resources, ready to be [applied] to a cluster.
|
resources, ready to be [applied] to a cluster.
|
||||||
|
See the [demos].
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
# Demos
|
# Demos
|
||||||
|
|
||||||
These demos are covered by presubmit tests.
|
These demos assume that `kustomize` is on your `$PATH`.
|
||||||
|
They are covered by pre-submit tests.
|
||||||
|
|
||||||
* [hello world](helloWorld.md) - Deploy multiple
|
* [hello world](helloWorld.md) - Deploy multiple
|
||||||
(differently configured) instances of a simple Hello
|
(differently configured) instances of a simple Hello
|
||||||
|
|||||||
BIN
demos/tree1.png
BIN
demos/tree1.png
Binary file not shown.
|
Before Width: | Height: | Size: 8.5 KiB |
BIN
demos/tree2.png
BIN
demos/tree2.png
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB |
@@ -10,6 +10,7 @@
|
|||||||
[base]: #base
|
[base]: #base
|
||||||
[bases]: #base
|
[bases]: #base
|
||||||
[bespoke]: #bespoke-configuration
|
[bespoke]: #bespoke-configuration
|
||||||
|
[gitops]: #gitops
|
||||||
[k8s]: #kubernetes
|
[k8s]: #kubernetes
|
||||||
[kubernetes]: #kubernetes
|
[kubernetes]: #kubernetes
|
||||||
[kustomize]: #kustomize
|
[kustomize]: #kustomize
|
||||||
|
|||||||
Reference in New Issue
Block a user