We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910fd8f commit 794e47fCopy full SHA for 794e47f
docs/workshop/part-0/01-setup.mdx
@@ -31,6 +31,14 @@ tools:
31
Kubernetes—allows you to run parse and transform YAML files. This is only used in Part II. <br
32
/> See [the install guide](https://github.com/mikefarah/yq#install).
33
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
42
1. `mc` / **MinIO Client**: <br /> The CLI for MinIO—allows you to run commands against MinIO clusters. <br
43
/> See [the install guide](https://docs.min.io/docs/minio-client-quickstart-guide.html).
44
0 commit comments