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

ActiveGate pods support setting PriorityClass #637

Merged
merged 4 commits into from
Mar 17, 2022

Conversation

mjgrzybek
Copy link
Contributor

@mjgrzybek mjgrzybek commented Mar 14, 2022

Description

ActiveGate pods support assigning PriorityClass to them.

How can this be tested?

Play with enabling and disabling PriorityClass for AG:

apiVersion: dynatrace.com/v1beta1
kind: DynaKube
metadata:
  name: dk
  namespace: dynatrace
spec:
  apiUrl: <your_apiurl>
  activeGate:
    capabilities:
    - kubernetes-monitoring
    priorityClassName: high-priority  
---
apiVersion: scheduling.k8s.io/v1
kind: PriorityClass
metadata:
  name: high-priority
value: 1000000
globalDefault: false
description: "high-priority"

Checklist

  • Unit tests have been updated/added
  • PR is labeled accordingly

@mjgrzybek mjgrzybek requested review from meik99 and a team March 14, 2022 15:07
@mjgrzybek mjgrzybek added the activegate Changes related to Activegate label Mar 14, 2022
@mjgrzybek mjgrzybek enabled auto-merge (squash) March 14, 2022 15:28
@mjgrzybek mjgrzybek merged commit 3756323 into master Mar 17, 2022
@mjgrzybek mjgrzybek deleted the feature/ag-priority-class branch March 17, 2022 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
activegate Changes related to Activegate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants