Skip to content

Commit

Permalink
Add info about default k8s version
Browse files Browse the repository at this point in the history
  • Loading branch information
jriedel-ionos committed May 29, 2024
1 parent 0c49e4c commit 86ace68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/custom-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ make deps-qemu

### Build the image

Before we can build the image, we have to set the k8s version we want to build the image for.
Before we can build the image, we have to set the k8s version we want to build the image for.
If you don't specify the version, the latest version, -2, will be used. If the latest is, e.g., 1.30, then 1.28 will be used.

For example for k8s version `1.28.3`:
```
export PACKER_FLAGS="--var 'kubernetes_rpm_version=1.28.3' --var 'kubernetes_semver=v1.28.3' --var 'kubernetes_series=v1.28' --var 'kubernetes_deb_version=1.28.3-1.1'"
Expand Down

0 comments on commit 86ace68

Please sign in to comment.