Skip to content

Commit

Permalink
Use alpine_3_20 for OS tests readme
Browse files Browse the repository at this point in the history
Signed-off-by: Natanael Copa <[email protected]>
  • Loading branch information
ncopa committed Jul 17, 2024
1 parent 9f7225b commit 8f9c54a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hack/ostests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Select the desired cluster configuration for Terraform. Again, just an example,
other ways described [here][tf-config].

```shell
export TF_VAR_os=alpine_3_17
export TF_VAR_os=alpine_3_20
export TF_VAR_arch=x86_64
export TF_VAR_k0s_version=stable
export TF_VAR_k0s_network_provider=calico
Expand All @@ -69,7 +69,7 @@ terraform apply
### `os`: Operating system stack

* `al2023`: Amazon Linux 2023
* `alpine_3_17`: Alpine Linux 3.17
* `alpine_3_20`: Alpine Linux 3.17
* `alpine_3_20`: Alpine Linux 3.20
* `centos_7`: CentOS Linux 7 (Core)
* `centos_8`: CentOS Stream 8
Expand Down Expand Up @@ -109,7 +109,7 @@ Assuming the AWS credentials are available, it can be used like this:

```sh
terraform init
export TF_VAR_os=alpine_3_17
export TF_VAR_os=alpine_3_20
export TF_VAR_k0sctl_skip=true
terraform apply
terraform output -json | jq -r '
Expand Down Expand Up @@ -166,7 +166,7 @@ workflow] that exposes more knobs and can be triggered manually, e.g. via [gh]:

```console
$ gh workflow run ostests-matrix.yaml --ref some/experimental/branch \
-f oses='["alpine_3_17"]' \
-f oses='["alpine_3_20"]' \
-f network-providers='["calico"]'
✓ Created workflow_dispatch event for ostests-matrix.yaml at some/experimental/branch

Expand Down

0 comments on commit 8f9c54a

Please sign in to comment.