Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Latest commit

 

History

History
52 lines (32 loc) · 1.08 KB

metrics-server.md

File metadata and controls

52 lines (32 loc) · 1.08 KB

Metrics Server configuration reference for Lokomotive

Contents

Introduction

Metrics server is a cluster addon that is required for supporting the Horizontal Pod Autoscaler (HPA).

Prerequisites

  • A Lokomotive cluster with enable_aggregation set to true.

Configuration

This component does not require any specific configuration.

Empty configuration block is also accepted as valid configuration.

Metrics server component configuration example:

component "metrics-server" {}

Attribute reference

This component does not accept any arguments in its configuration.

Applying

To apply the Metrics server component:

lokoctl component apply metrics-server

Destroying

To destroy the component:

lokoctl component render-manifest metrics-server | kubectl delete -f -