Skip to content

feat: add context to disable some features cluster deploy#1020

Draft
blacha wants to merge 1 commit intomasterfrom
feat/add-context-features
Draft

feat: add context to disable some features cluster deploy#1020
blacha wants to merge 1 commit intomasterfrom
feat/add-context-features

Conversation

@blacha
Copy link
Copy Markdown
Member

@blacha blacha commented May 25, 2025

Motivation

I am deploying a few testing EKS clusters and I need a way to disable some features as I dont need them for the testing clusters,

I would also like to make it easier for myself to deploy clusters with custom names to allow multiple clusters to be running in the same AWS account

Modifications

adds context variables

Add a Suffix to the cluster name and scratch bucket name
-c cluster-suffix=blacha
Disable features

Turn off RDS and slack notifications

-c no-database=true
-c no-slack=true

I have also made mantainer-arns optional as they are not required to have a working cluster.

Verification

Deployed into nonprod

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant