Skip to content

Replica autoscaling #188

Closed
Closed
@deliahu

Description

@deliahu

Description

Installing metrics server:

METRICS_SERVER_VERSION="0.3.3"

curl -Ls "https://api.github.com/repos/kubernetes-incubator/metrics-server/tarball/v${METRICS_SERVER_VERSION}" -o metrics-server.tar.gz
mkdir metrics-server
tar -xzf metrics-server.tar.gz --directory metrics-server --strip-components 1
kubectl apply -f metrics-server/deploy/1.8+/
rm -rf metrics-server*

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions