Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 513 Bytes

ekscluster.md

File metadata and controls

12 lines (8 loc) · 513 Bytes

EKSCluster - EKS Cluster Schema

This document explains the full schema for the kind: EKSCluster for the furyctl.yaml file used by furyctl. This configuration file will be used to deploy a Kubernetes Fury Cluster deployed through AWS's Elastic Kubernetes Service.

An example configuration file can be created by running the following command:

furyctl create config --kind EKSCluster --version v1.29.4 --name example-cluster

Note

Replace the version with your desired version of KFD.