Skip to content

Commit 794e47f

Browse files
committed
fix: add yq version warning
1 parent 910fd8f commit 794e47f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/workshop/part-0/01-setup.mdx

+8
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ tools:
3131
Kubernetes&mdash;allows you to run parse and transform YAML files. This is only used in Part II. <br
3232
/> See [the install guide](https://github.com/mikefarah/yq#install).
3333

34+
:::warning
35+
36+
There are a few different versions of `yq` available. A few package managers
37+
will install a Python version of `yq` which is not compatible with the
38+
Workshop. Make sure to install the Go version of `yq`, as linked above.
39+
40+
:::
41+
3442
1. `mc` / **MinIO Client**: <br /> The CLI for MinIO&mdash;allows you to run commands against MinIO clusters. <br
3543
/> See [the install guide](https://docs.min.io/docs/minio-client-quickstart-guide.html).
3644

0 commit comments

Comments
 (0)