From 746ec9ac2ed812761aaad09b7aca06d9e82fd60f Mon Sep 17 00:00:00 2001 From: Bryce Soghigian <49734722+Bryce-Soghigian@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:47:51 -0800 Subject: [PATCH] test: adding manual step for deploying goldpinger (#629) --- Makefile-az.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile-az.mk b/Makefile-az.mk index 6702658b0..d5ecf67e3 100755 --- a/Makefile-az.mk +++ b/Makefile-az.mk @@ -201,6 +201,10 @@ az-debug-bootstrap: ## Debug bootstrap (target first privateIP of the first NIC az-cleanup: ## Delete the deployment skaffold delete || true +az-deploy-goldpinger: ## Deploy goldpinger for testing networking + kubectl apply -f https://gist.githubusercontent.com/paulgmiller/084bd4605f1661a329e5ab891a826ae0/raw/94a32d259e137bb300ac8af3ef71caa471463f23/goldpinger-daemon.yaml + kubectl apply -f https://gist.githubusercontent.com/paulgmiller/7bca68cd08cccb4e9bc72b0a08485edf/raw/d6a103fb79a65083f6555e4d822554ed64f510f8/goldpinger-deploy.yaml + az-mon-deploy: ## Deploy monitoring stack (w/o node-exporter) helm repo add grafana-charts https://grafana.github.io/helm-charts helm repo add prometheus-community https://prometheus-community.github.io/helm-charts