Skip to content

Commit

Permalink
Update developer guide with compatible yq version 3.* (kubeflow#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzhoucliqr authored Jan 12, 2021
1 parent 95a5d2a commit 3998b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ You must install these tools:
1. [`kubectl`](https://kubernetes.io/docs/tasks/tools/install-kubectl/): For
managing development environments.
1. [`kustomize`](https://github.com/kubernetes-sigs/kustomize/) To customize YAMLs for different environments, requires v3.5.4+.
1. [`yq`](https://github.com/mikefarah/yq) yq is used in the project makefiles to parse and display YAML output
1. [`yq`](https://github.com/mikefarah/yq) yq is used in the project makefiles to parse and display YAML output. Please use yq version [`3.*`](https://github.com/mikefarah/yq/releases/tag/3.4.1). Latest yq version `4.*` has remove `-d` command so doesn't work with the scripts.

### Install Knative on a Kubernetes cluster

Expand Down

0 comments on commit 3998b88

Please sign in to comment.