Skip to content

Commit

Permalink
remove empty disable monitoring page (#2373)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotfuks authored Dec 2, 2024
1 parent 532bf08 commit fd843ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,6 @@ If a cluster resource does not carry the `giantswarm.io/service-priority` label,

Other values than the three mentioned above are not permitted and will be rejected by the platform API's admission controller. Also note that the label is only meant to be used on the main cluster resource. It will be ignored on other resource types, and you may also prevent setting it on other resource types in the future.

### Monitoring

By default each cluster is being monitored by Giant Swarm to ensure 24/7 support.

This can be disabled using the following label:

```yaml
giantswarm.io/monitoring: "false"
```
You can find more details about this in the [disable monitoring]({{< relref "/tutorials/observability/monitoring-disable" >}}) article.
### Deletion Prevention

To protect clusters from accidental deletion you can use the following label:
Expand Down
14 changes: 0 additions & 14 deletions src/content/tutorials/observability/monitoring-disable/_index.md

This file was deleted.

0 comments on commit fd843ee

Please sign in to comment.