You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorial.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -557,8 +557,8 @@ You can also see the statuses of the individual `TaskRuns`.
557
557
558
558
This section provides guidelines for completing this tutorial on your local workstation on:
559
559
560
-
* [Docker for Desktop](#prerequisites-docker-for-desktop)
561
-
* [Minikube](#prerequisites-minikube)
560
+
-[Docker for Desktop](#prerequisites-docker-for-desktop)
561
+
-[Minikube](#prerequisites-minikube)
562
562
563
563
### Prerequisites: Docker for Desktop
564
564
@@ -604,7 +604,7 @@ Complete these prerequisites to run this tutorial locally using Minikube:
604
604
- Install the [required tools](https://github.com/tektoncd/pipeline/blob/master/DEVELOPMENT.md#requirements).
605
605
- Install [minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/) and start a sesion as follows:
606
606
```bash
607
-
minikube start --memory 10240 --cpus 6
607
+
minikube start --memory 6144 --cpus 2
608
608
```
609
609
- Point your shell to minikube's docker-daemon by running `eval $(minikube -p minikube docker-env)`
610
610
- 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