Skip to main content

Disabling a Stack

info

This page is still in progress and actively being worked on. Please check back later for updates.

Introduction

In the Stack object of your Kubernetes cluster, you can disable stack you don't want to deploy.

How do I disable a stack?

To disable a stack, you need to edit the stack.yml file of your Kubernetes cluster. By example, you need to add the following lines in the stack.yml file:

disabled: true

Full example

kubectl edit stack stack1

And edit the stack.yml file of your Kubernetes cluster.

apiVersion: stack.formance.com/v1beta3
kind: Stack
metadata:
name: stack1
spec:
debug: true
dev: true
scheme: http
host: example.net
seed: stacks
versions: default
disabled: true

Getting help

Are you stuck? Have a technical question not well answered in these docs? Run into a problem you can't solve?

Come chat with us! We have a Slack server where we and others using Formance hang out.

Or, if you prefer, you can also Tweet at us.