|
1 | 1 | # Development
|
2 | 2 |
|
3 | 3 | This doc explains how to setup a development environment so you can get started
|
4 |
| -[contributing](https://www.knative.dev/contributing/) |
5 |
| -to `Knative Serving`. Also take a look at: |
| 4 | +[contributing](https://www.knative.dev/contributing/) to `Knative Serving`. Also |
| 5 | +take a look at: |
6 | 6 |
|
7 | 7 | - [The pull request workflow](https://www.knative.dev/contributing/contributing/#pull-requests)
|
8 | 8 | - [How to add and run tests](./test/README.md)
|
@@ -36,7 +36,6 @@ You must install these tools:
|
36 | 36 |
|
37 | 37 | ### Create a cluster and a repo
|
38 | 38 |
|
39 |
| - |
40 | 39 | 1. [Set up a kubernetes cluster](https://www.knative.dev/docs/install/)
|
41 | 40 | - Follow an install guide up through "Creating a Kubernetes Cluster"
|
42 | 41 | - You do _not_ need to install Istio or Knative using the instructions in the
|
@@ -117,9 +116,9 @@ can easily [clean your cluster up](#clean-up) and try again.
|
117 | 116 | Your user must be a cluster admin to perform the setup needed for Knative.
|
118 | 117 |
|
119 | 118 | The value you use depends on
|
120 |
| -[your cluster setup](https://www.knative.dev/docs/install/): |
121 |
| -when using Minikube, the user is your local user; when using GKE, the user is |
122 |
| -your GCP user. |
| 119 | +[your cluster setup](https://www.knative.dev/docs/install/): when using |
| 120 | +Minikube, the user is your local user; when using GKE, the user is your GCP |
| 121 | +user. |
123 | 122 |
|
124 | 123 | ```shell
|
125 | 124 | # For GCP
|
@@ -263,7 +262,6 @@ ko delete --ignore-not-found=true \
|
263 | 262 |
|
264 | 263 | To access Telemetry see:
|
265 | 264 |
|
266 |
| - |
267 | 265 | - [Accessing Metrics](https://www.knative.dev/docs/serving/accessing-metrics/)
|
268 | 266 | - [Accessing Logs](https://www.knative.dev/docs/serving/accessing-logs/)
|
269 | 267 | - [Accessing Traces](https://www.knative.dev/docs/serving/accessing-traces/
|
0 commit comments