Skip to content

Commit

Permalink
Merge pull request eclipse-tractusx#928 from eclipse-tractusx/trg/bum…
Browse files Browse the repository at this point in the history
…p_k8s_version

docs(trg): bump k8s version
  • Loading branch information
tomaszbarwicki authored Jul 3, 2024
2 parents 8fd1634 + abc8fd1 commit 61d3fe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/release/trg-5/trg-5-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
- role: worker
image: kindest/node:v1.25.3@sha256:f1de3b0670462f43280114eccceab8bf1b9576d2afe0582f8f74529da6fd0365
image: kindest/node:v1.28.9@sha256:f1de3b0670462f43280114eccceab8bf1b9576d2afe0582f8f74529da6fd0365
```
After Kind is installed locally, run the following command with the config above:
Expand All @@ -46,4 +46,4 @@ After Kind is installed locally, run the following command with the config above
kind create cluster --config=config.yaml
```

A Kubernetes node will start with version 1.25.
A Kubernetes node will start with version 1.28.

0 comments on commit 61d3fe1

Please sign in to comment.