Skip to content

Commit bf23a6d

Browse files
Merge pull request #1887 from alexander-demicev/fixdeps
Fix dependency make command in image builder docs
2 parents eff9389 + bfe3805 commit bf23a6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/image-builder/gcp-kubeadm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ This rule only applies to instances tagged with `packer`, which we'll add to the
6262
The build process needs Packer and Ansible. Install them with:
6363

6464
```bash
65-
make deps-ami
65+
make deps-gce
6666
```
6767

6868
This installs Python, Ansible, Packer, and initializes Packer plugins. If you're on macOS, the tools get installed to `.local/bin` in the current directory. Add them to your PATH:

docs/image-builder/vsphere-kubeadm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ EOF
4646
The build process needs Packer and Ansible. Install them with:
4747

4848
```bash
49-
make deps-ami
49+
make deps-ova
5050
```
5151

5252
This installs Python, Ansible, Packer, and initializes Packer plugins. If you're on macOS, the tools get installed to `.local/bin` in the current directory. Add them to your PATH:

0 commit comments

Comments
 (0)