Skip to content

Commit

Permalink
add aks metrics enable
Browse files Browse the repository at this point in the history
Signed-off-by: hchenxa <[email protected]>
  • Loading branch information
hchenxa committed Nov 20, 2024
1 parent f088dc3 commit d934ec7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/e2e/setup/aro/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ register-agent:
@AKSCONFIG=svc-cluster $(MAKE) -C $(CLONE_DIR)/maestro register-agent
.PHONY: register-agent

# enable the aks metrics
enable-aks-metrics: clone
ifndef AKSCONFIG
$(error "Must set AKSCONFIG")
endif
@$(MAKE) -C $(CLONE_DIR)/dev-infrastructure enable-aks-metrics
.PHONY: enable-aks-metrics

# clean up the resources
clean:
ifndef AKSCONFIG
Expand Down

0 comments on commit d934ec7

Please sign in to comment.