Skip to content

Commit

Permalink
Update manifests to use multi arch image
Browse files Browse the repository at this point in the history
As now manifests are part of release we are free to update manifests.
  • Loading branch information
serathius committed Apr 9, 2020
1 parent 5b6e970 commit 48afff5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ Suggested configuration:

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

There are officially built images for `amd64`, `arm`, `arm64`, `ppc64le`, `s390x`. Please update manifests to use specific image e.g. `k8s.gcr.io/metrics-server-s390x:v0.3.6`
Starting from `v0.3.7` docker image `k8s.gcr.io/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
3 changes: 1 addition & 2 deletions deploy/kubernetes/metrics-server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
emptyDir: {}
containers:
- name: metrics-server
image: k8s.gcr.io/metrics-server-amd64:v0.3.6
image: k8s.gcr.io/metrics-server:v0.3.7
imagePullPolicy: IfNotPresent
args:
- --cert-dir=/tmp
Expand All @@ -47,4 +47,3 @@ spec:
mountPath: /tmp
nodeSelector:
kubernetes.io/os: linux
kubernetes.io/arch: "amd64"

0 comments on commit 48afff5

Please sign in to comment.