Skip to content

Commit

Permalink
Add codeblock syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
jriedel-ionos committed May 29, 2024
1 parent 86ace68 commit 7fec4d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/custom-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ Before we can build the image, we have to set the k8s version we want to build t
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`:
```

```sh
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 7fec4d5

Please sign in to comment.