Skip to content

Commit

Permalink
kind local registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyansurout committed Sep 22, 2023
1 parent ae8dc08 commit 17fad8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ Set up a local Knative cluster using [KinD](https://kind.sigs.k8s.io/):
``` bash
kn quickstart kind
```
For [KinD](https://kind.sigs.k8s.io/), a local registry will no longer be created by default. Users will need to pass the `--registry` flag if they wish to create a local registry:

```bash
kn quickstart kind --registry
```

### Quickstart with Minikube

Expand Down

0 comments on commit 17fad8e

Please sign in to comment.