keycloak / keycloak-operator

ARCHIVED Kubernetes Operator for the no longer supported WildFly distribution of Keycloak
Apache License 2.0
432 stars 280 forks source link

feat(keycloak): support priorityClassName #582

Closed maxime1907 closed 1 year ago

maxime1907 commented 2 years ago

Related GH Issue

Closes 581

Verification Steps

Add the steps required to check this change. Following an example.

  1. Create a new keycloak CR with the priorityClassName set into the experimental spec
  2. Check if keycloak pods have the correct priorityClassName
  3. Change the priorityClassName in the keycloak CR.
  4. Check if keycloak pods have the updated priorityClassName from step 3

Checklist:

maxime1907 commented 2 years ago

cc @vmuzikar

vmuzikar commented 1 year ago

Thank you very much for you contribution. Keycloak 19 was the last version that included this legacy Operator, and with the release of Keycloak 20 the Operator reached EOL, please see our blog post on this topic. Since this PR was opened after Keycloak 19.0.0 had been released (and we're not adding new features in micro releases), I'm closing this PR as it is no longer relevant for this Operator (or for the Realm Operator which doesn't include Keycloak CR). Thanks for your understanding. And be sure to check out our new Operator!