mirror of https://github.com/kubernetes/kops.git
Merge pull request #12239 from rifelpet/metrics-server-050
Update metrics-server tag used in e2e scenario
This commit is contained in:
commit
26e1331e3d
|
|
@ -27,7 +27,7 @@ kops-up
|
|||
# shellcheck disable=SC2164
|
||||
cd "$(mktemp -dt kops.XXXXXXXXX)"
|
||||
|
||||
git clone --branch v0.4.4 https://github.com/kubernetes-sigs/metrics-server.git .
|
||||
git clone --branch v0.5.0 https://github.com/kubernetes-sigs/metrics-server.git .
|
||||
|
||||
# The prometheus test expects to have only one metrics-server pod, but we use two
|
||||
# We scale down to meet test expectation
|
||||
|
|
|
|||
Loading…
Reference in New Issue