Skip to content

Commit

Permalink
docs: minor build_and_test.md updates
Browse files Browse the repository at this point in the history
- Fix kubectl apply command (thanks @asonawalla)
- Explicitly link to `run-with-local-registry` kustomize manifest.
  • Loading branch information
jgraettinger committed Oct 30, 2019
1 parent 9c92bf2 commit 080d3a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/build_and_test.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ $ make as-ci target=ci-release-examples
```

Deploy Gazette's continuous soak test to a Kubernetes cluster (which can be
Docker for Desktop or Minikube). The `kustomize` directory has a helper
manifest for running using local, development builds.
Docker for Desktop or Minikube):

```bash
# Run the soak test with official `latest` images.
$ kubectl kustomize ./kustomize/test/deploy-stream-sum-with-crash-tests/
$ kubectl apply -k ./kustomize/test/deploy-stream-sum-with-crash-tests/
```



The `kustomize` directory also has a
[helper manifest](../kustomize/test/run-with-local-registry/kustomization.yaml)
for using a local registry (eg, for development builds)

0 comments on commit 080d3a0

Please sign in to comment.