Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stac 19900 #1425

Merged
merged 2 commits into from
Oct 11, 2023
Merged

Stac 19900 #1425

merged 2 commits into from
Oct 11, 2023

Conversation

aacevedoosorio
Copy link
Contributor

Document new resourcequotas monitors

@aacevedoosorio aacevedoosorio changed the base branch from master to k8s-troubleshooting September 4, 2023 12:45
@@ -16,6 +16,13 @@ It is important to ensure that your services are available and accessible to use
If there is an occurrence of zero endpoints available within the last 10 minutes, the monitor will remain deviating, indicating that there may be an issue with the service that needs to be addressed.
Allows [Override Monitor arguments](/use/alerting/k8s-override-monitor-arguments.md)

### Cpu limits resourcequota

Users create resources (pods, services, etc.) in the namespace, and the quota system tracks usage to ensure it does not exceed hard resource limits for Cpu defined in a ResourceQuota The monitor will alert when the total Cpu limits in the namespace gets to 90% or more of the established by the quota. Each `resourcequota` in the namespace produces a monitor health state.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing . between ResourceQuota and The (x4)

"enabled": true
}
```

## What monitors allow overriding arguments?
* [Available service endpoints](/use/alerting/kubernetes-monitors.md#available-service-endpoints)
* [Cpu limits resourcequota](/use/alerting/kubernetes-monitors.md#cpu-limits-resourcequota)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'Cpu'?

"enabled": true
}
```

## What monitors allow overriding arguments?
* [Available service endpoints](/use/alerting/kubernetes-monitors.md#available-service-endpoints)
* [Cpu limits resourcequota](/use/alerting/kubernetes-monitors.md#cpu-limits-resourcequota)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'resourcequota'?

"enabled": true
}
```

## What monitors allow overriding arguments?
* [Available service endpoints](/use/alerting/kubernetes-monitors.md#available-service-endpoints)
* [Cpu limits resourcequota](/use/alerting/kubernetes-monitors.md#cpu-limits-resourcequota)
* [Cpu requests resourcequota](/use/alerting/kubernetes-monitors.md#cpu-requests-resourcequota)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'Cpu'?

"enabled": true
}
```

## What monitors allow overriding arguments?
* [Available service endpoints](/use/alerting/kubernetes-monitors.md#available-service-endpoints)
* [Cpu limits resourcequota](/use/alerting/kubernetes-monitors.md#cpu-limits-resourcequota)
* [Cpu requests resourcequota](/use/alerting/kubernetes-monitors.md#cpu-requests-resourcequota)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'resourcequota'?

"enabled": true
}
```

## What monitors allow overriding arguments?
* [Available service endpoints](/use/alerting/kubernetes-monitors.md#available-service-endpoints)
* [Cpu limits resourcequota](/use/alerting/kubernetes-monitors.md#cpu-limits-resourcequota)
* [Cpu requests resourcequota](/use/alerting/kubernetes-monitors.md#cpu-requests-resourcequota)
* [Memory limits resourcequota](/use/alerting/kubernetes-monitors.md#memory-limits-resourcequota)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'resourcequota'?

@@ -44,6 +51,12 @@ It is important to monitor the usage of Persistent Volume Claims (PVCs) in your
It is important to monitor the usage of Persistent Volume Claims (PVCs) in your Kubernetes cluster over time. PVCs are used to store data that needs to persist beyond the lifetime of a container, and it's crucial to ensure that they have enough space to store the data.
To track this, StackState set up a check that uses linear prediction to forecast the Kubernetes volume usage trend over a 4-day period. If the trend indicates that the PVCs will run out of space within this time frame, you will receive a notification, allowing you to take action to prevent data loss or downtime.

### Memory limits resourcequota
Users create resources (pods, services, etc.) in the namespace, and the quota system tracks usage to ensure it does not exceed hard resource limits for memory defined in a ResourceQuota. The monitor will alert when the total memory limits in the namespace gets to 90% or more of the established by the quota. Each `resourcequota` in the namespace produces a monitor health state.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [vale] reported by reviewdog 🐶
[Microsoft.Vocab] Verify your use of 'alert' with the A-Z word list.

### Memory limits resourcequota
Users create resources (pods, services, etc.) in the namespace, and the quota system tracks usage to ensure it does not exceed hard resource limits for memory defined in a ResourceQuota. The monitor will alert when the total memory limits in the namespace gets to 90% or more of the established by the quota. Each `resourcequota` in the namespace produces a monitor health state.

### Memory requests resourcequota

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'resourcequota'?

Users create resources (pods, services, etc.) in the namespace, and the quota system tracks usage to ensure it does not exceed hard resource limits for memory defined in a ResourceQuota. The monitor will alert when the total memory limits in the namespace gets to 90% or more of the established by the quota. Each `resourcequota` in the namespace produces a monitor health state.

### Memory requests resourcequota
Users create resources (pods, services, etc.) in the namespace, and the quota system tracks usage to ensure it does not exceed hard resource requests for memory defined in a ResourceQuota. The monitor will alert when the total memory requests in the namespace gets to 90% or more of the established by the quota. Each `resourcequota` in the namespace produces a monitor health state.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [vale] reported by reviewdog 🐶
[Microsoft.Vocab] Verify your use of 'ensure' with the A-Z word list.

Users create resources (pods, services, etc.) in the namespace, and the quota system tracks usage to ensure it does not exceed hard resource limits for memory defined in a ResourceQuota. The monitor will alert when the total memory limits in the namespace gets to 90% or more of the established by the quota. Each `resourcequota` in the namespace produces a monitor health state.

### Memory requests resourcequota
Users create resources (pods, services, etc.) in the namespace, and the quota system tracks usage to ensure it does not exceed hard resource requests for memory defined in a ResourceQuota. The monitor will alert when the total memory requests in the namespace gets to 90% or more of the established by the quota. Each `resourcequota` in the namespace produces a monitor health state.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Microsoft.Contractions] Use 'doesn't' instead of 'does not'.

Users create resources (pods, services, etc.) in the namespace, and the quota system tracks usage to ensure it does not exceed hard resource limits for memory defined in a ResourceQuota. The monitor will alert when the total memory limits in the namespace gets to 90% or more of the established by the quota. Each `resourcequota` in the namespace produces a monitor health state.

### Memory requests resourcequota
Users create resources (pods, services, etc.) in the namespace, and the quota system tracks usage to ensure it does not exceed hard resource requests for memory defined in a ResourceQuota. The monitor will alert when the total memory requests in the namespace gets to 90% or more of the established by the quota. Each `resourcequota` in the namespace produces a monitor health state.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [vale] reported by reviewdog 🐶
[Microsoft.Vocab] Verify your use of 'alert' with the A-Z word list.

@aacevedoosorio aacevedoosorio merged commit 7fbfdbb into k8s-troubleshooting Oct 11, 2023
1 check passed
@aacevedoosorio aacevedoosorio deleted the stac-19900 branch October 11, 2023 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants