Skip to content

Commit 7824cd3

Browse files
psschweitekton-robot
authored andcommitted
minor updates to PR 3010, formatting fix and updating resource requirements for minikube
1 parent 87302d2 commit 7824cd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -557,8 +557,8 @@ You can also see the statuses of the individual `TaskRuns`.
557557

558558
This section provides guidelines for completing this tutorial on your local workstation on:
559559

560-
* [Docker for Desktop](#prerequisites-docker-for-desktop)
561-
* [Minikube](#prerequisites-minikube)
560+
- [Docker for Desktop](#prerequisites-docker-for-desktop)
561+
- [Minikube](#prerequisites-minikube)
562562

563563
### Prerequisites: Docker for Desktop
564564

@@ -604,7 +604,7 @@ Complete these prerequisites to run this tutorial locally using Minikube:
604604
- Install the [required tools](https://github.com/tektoncd/pipeline/blob/master/DEVELOPMENT.md#requirements).
605605
- Install [minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/) and start a sesion as follows:
606606
```bash
607-
minikube start --memory 10240 --cpus 6
607+
minikube start --memory 6144 --cpus 2
608608
```
609609
- Point your shell to minikube's docker-daemon by running `eval $(minikube -p minikube docker-env)`
610610
- Set up a [registry on minikube](https://github.com/kubernetes/minikube/tree/master/deploy/addons/registry-aliases) by running `minikube addons enable registry` and `minikube addons enable registry-aliases`

0 commit comments

Comments
 (0)