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

PRO-426: GraphDB 10.7 and new chart features #109

Merged
merged 11 commits into from
Jul 5, 2024

Conversation

mihailradkov
Copy link
Contributor

Changes

  • Updated Helm chart to version 11.1.0
  • Updated to GraphDB 10.7.0
  • Added podAntiAffinity and proxy.podAntiAffinity for configuring a default podAntiAffinity for the GraphDB pods and GraphDB proxy pods.
  • Added new configuration options for the Jobs
  • Added persistence.volumeClaimRetentionPolicy and proxy.persistence.volumeClaimRetentionPolicy to control the retention policy of the PVCs when the StatefulSets are scaled and deleted.

mihailradkov and others added 11 commits July 4, 2024 14:51
Added `podAntiAffinity` and `proxy.podAntiAffinity` for configuring a default podAntiAffinity
for the GraphDB pods and GraphDB proxy pods. The default values configure a "soft" podAntiAffinity
that tries to schedule GraphDB pods across different Kubernetes hosts but does not enforce it.
GDB-10410: Added default podAntiAffinity configurations
Added new configuration options for the Jobs
- Added `job.schedulerName` for overriding the default Kubernetes scheduler
- Added `job.dnsConfig` and `job.dnsPolicy` for customizing the DNS resolution
- Added `job.priorityClassName` for defining the pods scheduling importance
- Added `job.nodeSelector`, `job.affinity`, `job.tolerations` and `job.topologySpreadConstraints`
  for customizing the node scheduling
GDB-10409: Jobs scheduling configurations
Added `persistence.volumeClaimRetentionPolicy` and `proxy.persistence.volumeClaimRetentionPolicy`
to control the retention policy of the PVCs when the StatefulSets are scaled and deleted.
These configurations are used only for Kubernetes 1.27 and above.
GDB-10049: Added configurations for persistentVolumeClaimRetentionPolicy
- Updated to GraphDB [10.7.0](https://graphdb.ontotext.com/documentation/10.7/release-notes.html#graphdb-10-7-0)
- Added `podAntiAffinity` and `proxy.podAntiAffinity` for configuring a default podAntiAffinity for the GraphDB pods and
  GraphDB proxy pods.
- Added new configuration options for the Jobs
- Added `persistence.volumeClaimRetentionPolicy` and `proxy.persistence.volumeClaimRetentionPolicy` to control the
  retention policy of the PVCs when the StatefulSets are scaled and deleted.
@mihailradkov mihailradkov merged commit bae62ad into main Jul 5, 2024
@mihailradkov mihailradkov deleted the PRO-426-features-11-1 branch July 5, 2024 10:22
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.

None yet

2 participants