Skip to content

Commit

Permalink
add LDFLAGS comment to e2e docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adityabhatia committed Sep 4, 2023
1 parent dceb4be commit 57c366c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion hack/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ export WORKLOAD_CONTROL_PLANE_ENDPOINT_IP
echo "Acquired Workload Cluster Control Plane IP: $WORKLOAD_CONTROL_PLANE_ENDPOINT_IP"

# save the docker image locally
export LDFLAGS=""
make e2e-image
mkdir -p "$ARTIFACTS"/tempContainers
docker save gcr.io/k8s-staging-cluster-api/capv-manager:e2e -o "$DOCKER_IMAGE_TAR"
Expand Down
3 changes: 3 additions & 0 deletions test/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ The first step to running the e2e tests is setting up the required environment v
Run the following command to execute the CAPV e2e tests:

```shell
# For local testing, uncomment the line below to turn off traceability in the built image.
# export LDFLAGS=""

make e2e
```

Expand Down

0 comments on commit 57c366c

Please sign in to comment.