Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 1.18 KB

File metadata and controls

19 lines (11 loc) · 1.18 KB

Cluster API deployment

** This guide is meant for local testing/development only, this is not meant for production usage.**

Introduction

Cluster API is a Kubernetes sub-project focused on providing declarative APIs and tooling to simplify provisioning, upgrading, and operating multiple Kubernetes clusters. Learn more.

This folder contains an automated and declarative way of deploying the Telemetry Aware Scheduler using Cluster API. We will make use of the ClusterResourceSet feature to automatically apply a set of resources. Note you must enable its feature gate before running clusterctl init (with export EXP_CLUSTER_RESOURCE_SET=true).

Guides

Testing

You can test if the scheduler actually works by following this guide: Health Metric Example