You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/src/plugins/kustomize-v2-alpha.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,11 @@ directory of the Kubebuilder project.
20
20
## When to use it
21
21
22
22
- 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_)
24
24
- If you are looking for to begin to try out the new syntax and features provide by kustomize v4
25
25
- 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`_)
26
26
- 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
0 commit comments