Skip to content

Commit 67d7395

Browse files
📖 update info about new kustomize plugin alpha
1 parent 32c3160 commit 67d7395

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/book/src/plugins/kustomize-v2-alpha.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ directory of the Kubebuilder project.
2020
## When to use it
2121

2222
- If you are looking to scaffold the kustomize configuration manifests for your own language plugin
23-
- If you are looking for support on Apple silicon (`arm64`)
23+
- If you are looking for support on Apple Silicon (`darwin/arm64`). (_Before kustomize `4.x` the binary for this plataform is not provided_)
2424
- If you are looking for to begin to try out the new syntax and features provide by kustomize v4
2525
- If you are NOT looking to build projects which will be used on Kubernetes cluster versions < `1.22` (_The new features provides by kustomize v4 are not officially supported and might not work with kubectl < `1.22`_)
2626
- If you are NOT looking to rely on special URLs in resource fields
27+
- If you want to use [replacements][https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/replacements/] since [vars][https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/vars/] are deprecated and might be removed soon
2728

2829
<aside class="note">
2930
<h1>Supportability</h1>

0 commit comments

Comments
 (0)