File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Start by reviewing and installing the [prerequisites](#prerequisites) and unders
19
19
- [ clusterctl] ( https://cluster-api.sigs.k8s.io/user/quick-start#install-clusterctl ) >= v1.6.0
20
20
- [ kubectl] ( https://www.downloadkubernetes.com/ ) >= v1.28.2
21
21
- [ virt-install] ( https://virt-manager.org/ ) >= 4.0.0
22
+ - [ yq] ( https://github.com/mikefarah/yq/#install ) >= v4.44.2
22
23
- [ task] ( https://taskfile.dev/installation/ ) >= 3.37.2
23
24
24
25
### Hardware
Original file line number Diff line number Diff line change 50
50
" kubectl" ,
51
51
" clusterctl" ,
52
52
" virt-install" ,
53
- " brctl" ,
54
53
" yq" ,
55
54
]
56
55
cmd : command -v {{ .ITEM }} >/dev/null || echo "'{{ .ITEM }}' was not found in the \$PATH, please ensure it is installed."
You can’t perform that action at this time.
0 commit comments