Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#1300 from mcbenjemaa/proxmox-docs
Browse files Browse the repository at this point in the history
Point how to build an image with a specific Kubernetes version in  README.md
  • Loading branch information
k8s-ci-robot authored Sep 20, 2023
2 parents 53ecce2 + c64ad59 commit 7fc85bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions images/capi/packer/proxmox/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
To build an image using a specific version of Kubernetes use the "PACKER_FLAGS" env var like in the example below:

```
PACKER_FLAGS="--var 'kubernetes_rpm_version=1.27.3-0' --var 'kubernetes_semver=v1.27.3' --var 'kubernetes_series=v1.27' --var 'kubernetes_deb_version=1.27.3-00'" make build-proxmox-ubuntu-2204
```

0 comments on commit 7fc85bb

Please sign in to comment.