Skip to content

Commit

Permalink
Merge pull request #553 from serathius/image
Browse files Browse the repository at this point in the history
Update image to k8s.gcr.io/metrics-server/metrics-server:v0.3.7
  • Loading branch information
serathius authored Jul 23, 2020
2 parents b191055 + 2cb3eb9 commit 77c89a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Suggested configuration:

#### How to run metric-server on different architecture?

Starting from `v0.3.7` docker image `k8s.gcr.io/metrics-server` should support multiple architectures via Manifests List.
Starting from `v0.3.7` docker image `k8s.gcr.io/metrics-server/metrics-server` should support multiple architectures via Manifests List.
List of supported architectures: `amd64`, `arm`, `arm64`, `ppc64le`, `s390x`.

#### What Kubernetes versions are supported?
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Metrics Server installation manifests are uploaded with GitHub release.
They are available as `components.yaml` asset on [Metrics Server releases] making them installable via url:

```shell
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/download/v0.3.6/components.yaml
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/download/v0.3.7/components.yaml
```

WARNING: You should no longer use manifests from `master` branch (previously available in `deploy/kubernetes` directory).
Expand All @@ -66,7 +66,7 @@ Most useful flags:
You can get a full list of Metrics Server configuration flags by running:

```shell
docker run --rm k8s.gcr.io/metrics-server:v0.3.6 --help
docker run --rm k8s.gcr.io/metrics-server/metrics-server:v0.3.7 --help
```

This [Helm chart](https://github.com/helm/charts/tree/master/stable/metrics-server) can deploy the metric-server service in your cluster.
Expand Down
2 changes: 1 addition & 1 deletion manifests/release/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ bases:
- ../base
images:
- name: gcr.io/k8s-staging-metrics-server/metrics-server
newName: k8s.gcr.io/metrics-server
newName: k8s.gcr.io/metrics-server/metrics-server
newTag: v0.3.7

0 comments on commit 77c89a3

Please sign in to comment.