Skip to content

Commit

Permalink
Update kubernetes version in Pipelines getting started docs
Browse files Browse the repository at this point in the history
Minimum Kubernetes version is 1.28 since Pipelines v0.61.

Update the getting started docs to use the latest Kubernetes release.
  • Loading branch information
AlanGreene authored Jul 15, 2024
1 parent 7bb8bad commit f6a7d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/Getting-started/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This tutorial shows you how to
Create a cluster:

```bash
minikube start --kubernetes-version v1.25.14
minikube start --kubernetes-version v1.30.2
```

The process takes a few seconds, you see an output similar to the following,
Expand Down

0 comments on commit f6a7d3d

Please sign in to comment.