Skip to content

Commit

Permalink
kustomize: update README with kind load docker-image instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraettinger committed Mar 13, 2024
1 parent c0c7b24 commit aeb5a47
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion kustomize/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,18 @@ $ make as-ci target=ci-release-gazette-broker
$ make as-ci target=ci-release-gazette-examples

# Install kind (if needed).
$ go get sigs.k8s.io/kind
$ go get sigs.k8s.io/kind@latest

# Instal kail (if desired).
$ go get github.com/boz/kail/cmd/kail@latest

# Create a local kubernetes cluster.
$ kind create cluster

# Copy locally-build images into your `kind` cluster.
$ kind load docker-image gazette/broker
$ kind load docker-image gazette/examples

# Apply the complete soak test, running in namespace stream-sum.
$ kubectl apply -k kustomize/test/deploy-stream-sum-with-crash-tests/

Expand Down

0 comments on commit aeb5a47

Please sign in to comment.