Skip to content

Commit

Permalink
getting started nit
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole authored and flowirtz committed Apr 24, 2024
1 parent 7184f04 commit f83c8b7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@ bin/cmd/draconctl migrations apply \
/etc/dracon/migrations/enrichment
```

\* Notice that the repo we are using over here is slightly different than the
one we pushed the
images in the previous step. That's because with local registries the registry
is exposed on a port in localhost, however inside the KiND cluster, that's not
the case. Instead the registry's host is `kind-registry:5000`.
This is also going to be important later when we will deploy the pipelines
and their image repositories will also have to be set to this value.
\* Notice that the repo we are using is slightly different than the
one we pushed the images in the previous step. That's because with local
registries the registry is exposed on a port in localhost, however inside the
KiND cluster, that's not the case. Instead the registry's host is
`kind-registry:5000`. This is also going to be important later when we will
deploy the pipelines and their image repositories will also have to be set to
this value.

\**Make sure that you use the draconctl image that you pushed in the repository

Expand Down

0 comments on commit f83c8b7

Please sign in to comment.