From 88295dbeec0b6fc6d398f1c1b2b6b81f333207ab Mon Sep 17 00:00:00 2001 From: nhennigan Date: Thu, 14 Nov 2024 15:58:25 -0800 Subject: [PATCH] add cluster config eg adding example of how to include annotations in your cluster-config yaml file as requested in PR review --- docs/src/snap/reference/annotations.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/src/snap/reference/annotations.md b/docs/src/snap/reference/annotations.md index 515b26a97..9847ccd7a 100644 --- a/docs/src/snap/reference/annotations.md +++ b/docs/src/snap/reference/annotations.md @@ -4,6 +4,16 @@ This page outlines the annotations that can be configured during cluster [bootstrap]. To do this, set the `cluster-config/annotations` parameter in the bootstrap configuration. +For example: + +```yaml +cluster-config: +... + annotations: + k8sd/v1alpha/lifecycle/skip-cleanup-kubernetes-node-on-remove: true + k8sd/v1alpha/lifecycle/skip-stop-services-on-remove: true +``` + ## `k8sd/v1alpha/lifecycle/skip-cleanup-kubernetes-node-on-remove` | | |