Skip to content

Commit c772c98

Browse files
Update dependency checking for CAPT playground
Signed-off-by: Jacob Weinstock <[email protected]>
1 parent 3ae8ee4 commit c772c98

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

capt/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Start by reviewing and installing the [prerequisites](#prerequisites) and unders
1919
- [clusterctl](https://cluster-api.sigs.k8s.io/user/quick-start#install-clusterctl) >= v1.6.0
2020
- [kubectl](https://www.downloadkubernetes.com/) >= v1.28.2
2121
- [virt-install](https://virt-manager.org/) >= 4.0.0
22+
- [yq](https://github.com/mikefarah/yq/#install) >= v4.44.2
2223
- [task](https://taskfile.dev/installation/) >= 3.37.2
2324

2425
### Hardware

capt/Taskfile.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ tasks:
5050
"kubectl",
5151
"clusterctl",
5252
"virt-install",
53-
"brctl",
5453
"yq",
5554
]
5655
cmd: command -v {{ .ITEM }} >/dev/null || echo "'{{ .ITEM }}' was not found in the \$PATH, please ensure it is installed."

0 commit comments

Comments
 (0)