From e732cc693b550dd6a5b25fc38bebc86e8d543111 Mon Sep 17 00:00:00 2001 From: CraigSterrett Date: Wed, 6 May 2020 13:00:07 -0700 Subject: [PATCH] Updated metrics github location (#323) The metrics-server package has moved out of the kubernetes incubator github location and is now in the sigs location. Signed-off-by: Craig Sterrett --- clr-k8s-examples/create_stack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clr-k8s-examples/create_stack.sh b/clr-k8s-examples/create_stack.sh index f502fe2..94a0662 100755 --- a/clr-k8s-examples/create_stack.sh +++ b/clr-k8s-examples/create_stack.sh @@ -170,7 +170,7 @@ function cni() { function metrics() { METRICS_VER="${1:-$METRICS_VER}" - METRICS_URL="https://github.com/kubernetes-incubator/metrics-server.git" + METRICS_URL="https://github.com/kubernetes-sigs/metrics-server.git" METRICS_DIR="1-core-metrics" get_repo "${METRICS_URL}" "${METRICS_DIR}/overlays/${METRICS_VER}" set_repo_version "${METRICS_VER}" "${METRICS_DIR}/overlays/${METRICS_VER}/metrics-server"