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
Images in the plumbing repo have been updated to use kustomize v4.
Update the installer script and release pipeline for compatibility
with this version, specifically:
`--load_restrictor none` is replaced by `--load-restrictor LoadRestrictionsNone`
(note the underscore changes to a hyphen too)
Copy file name to clipboardexpand all lines: docs/dev/README.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,7 @@ You will also need the following tools in order to build the Dashboard locally a
31
31
1.[Node.js & npm](https://nodejs.org/): For building and running the frontend locally. See `engines` in [package.json](../../package.json) for versions used. _Node.js 16.x is recommended_
32
32
1.[`ko`](https://github.com/google/ko): For development. `ko` version v0.7.2 or higher is required for `dashboard` to work correctly
33
33
1.[`kubectl`](https://kubernetes.io/docs/tasks/tools/install-kubectl/): For interacting with your kube cluster
34
-
1.[`kustomize`](https://kubernetes-sigs.github.io/kustomize/installation/): For building the Dashboard manifests. v3.5.4 is recommended, the installer script is not currently compatible with v4
35
-
36
-
See [here](https://kubectl.docs.kubernetes.io/installation/kustomize/source/) - `GO111MODULE=on go install sigs.k8s.io/kustomize/kustomize/v3` works correctly
34
+
1.[`kustomize`](https://kubectl.docs.kubernetes.io/installation/kustomize/): For building the Dashboard manifests. v4.5.4 is known to work
0 commit comments