Skip to content

Commit e674840

Browse files
authored
Merge pull request #574 from KevFan/issues/1690
feat: control plane tracing
2 parents e427850 + fb73850 commit e674840

File tree

4 files changed

+307
-19
lines changed

4 files changed

+307
-19
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ manifests: controller-gen kustomize ## Generates the manifests in $PROJECT_DIR/i
174174
run:git_sha=$(shell git rev-parse HEAD)
175175
run:dirty=$(shell $(PROJECT_DIR)/hack/check-git-dirty.sh || echo "unknown")
176176
run: generate manifests ## Runs the application against the Kubernetes cluster configured in ~/.kube/config
177-
go run -ldflags "-X main.version=$(VERSION) -X main.gitSHA=${git_sha} -X main.dirty=${dirty}" ./main.go server
177+
go run -ldflags "-X main.version=$(VERSION) -X main.gitSHA=${git_sha} -X main.dirty=${dirty}" ./main.go server $(RUN_EXTRA_ARGS)
178178

179179
build:git_sha=$(shell git rev-parse HEAD)
180180
build:dirty=$(shell $(PROJECT_DIR)/hack/check-git-dirty.sh || echo "unknown")

0 commit comments

Comments
 (0)