Skip to content

Commit

Permalink
add cluster config eg
Browse files Browse the repository at this point in the history
adding example of how to include annotations in your cluster-config yaml file as requested in PR review
  • Loading branch information
nhennigan committed Nov 14, 2024
1 parent 38d01ed commit 88295db
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/src/snap/reference/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

| | |
Expand Down

0 comments on commit 88295db

Please sign in to comment.