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

Feature Request: Add Support for priorityClassName in Forecastle Deployment #468

Open
andruwa13 opened this issue Dec 13, 2024 · 0 comments

Comments

@andruwa13
Copy link

Description

Currently, Forecastle lacks the ability to specify a priorityClassName for its deployment, which limits its flexibility in Kubernetes cluster scheduling and resource management.

Motivation

  • Enabling priorityClassName support allows for more granular control over pod scheduling
  • Helps in implementing advanced resource allocation strategies
  • Aligns with Kubernetes best practices for workload prioritization

Proposed Solution

Add a new configuration option to specify priorityClassName in the Forecastle deployment helm chart.

Detailed Implementation

  • Update deployment template to include priorityClassName field
  • Add corresponding configuration parameter in values.yaml (for Helm charts)
  • Ensure backwards compatibility with existing deployments
  • Add documentation for the new configuration option

Example Configuration

deployment:
  priorityClassName: high-priority
@andruwa13 andruwa13 changed the title Add Support for priorityClassName in Forecastle Deployment Feature Request: Add Support for priorityClassName in Forecastle Deployment Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant