Skip to content

Conversation

@abuccts
Copy link
Member

@abuccts abuccts commented Nov 6, 2025

Add tolerations and priority class for cluster local storage daemons to make them less likely to be evicted in disk pressure events.

Add tolerations and priority class for cluster local storage daemons to
make them less likely to be evicted in disk pressure events.
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds Kubernetes scheduling configurations to cluster-local-storage components to ensure they can be deployed and continue running even under node resource pressure conditions.

  • Added pai-daemon-priority priority class to both cluster-local-storage master and worker components
  • Added tolerations for memory and disk pressure to the cluster-local-storage master component

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/cluster-local-storage/deploy/cluster-local-storage.yaml.template Added priority class and tolerations for memory/disk pressure to the StatefulSet
src/cluster-local-storage-worker/deploy/cluster-local-storage-worker.yaml.template Added priority class to the DaemonSet (tolerations already exist)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@yukirora yukirora merged commit 8d611a4 into dev Nov 7, 2025
4 checks passed
@abuccts abuccts deleted the xiongyf/fix-clstore-toleration branch November 7, 2025 22:43
This was referenced Nov 11, 2025
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.

4 participants