Skip to content

Commit

Permalink
Fixed formatting in get_started
Browse files Browse the repository at this point in the history
  • Loading branch information
hbelmiro committed Nov 16, 2023
1 parent c8f6a1e commit 95b08e4
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions docs/get_started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,21 @@ The [Kubernetes CLI (`kubectl`)](https://kubernetes.io/docs/tasks/tools/install-
```bash
kind create cluster
```

2. Then run:

```bash
kubectl config get-contexts
```
It should list out a list of contexts you have, one of them should be `kind-kind`. Then run:
```bash
kubectl config get-contexts
```

It should list out a list of contexts you have, one of them should be `kind-kind`. Then run:

```bash
kubectl config use-context kind-kind
```

to use this context.

```bash
kubectl config use-context kind-kind
```
to use this context
3. You can then get started with a local deployment of KServe by using _KServe Quick installation script on Kind_:

```bash
Expand Down

0 comments on commit 95b08e4

Please sign in to comment.