v0.4.1: configurable StorageClass, remove graphistry-helm-resources, ELK, and Morpheus, full docs refresh#76
Open
v0.4.1: configurable StorageClass, remove graphistry-helm-resources, ELK, and Morpheus, full docs refresh#76
Conversation
…ELK, and Morpheus - Replace hardcoded StorageClass names with global.storageClassNameOverride (default: retain-sc) - Default StorageClass: retain-sc (single-node), retain-sc-cluster (cluster mode) for both graphistry-helm and postgres-cluster charts - Delete graphistry-helm-resources chart (StorageClass is now admin-managed) - Remove ELK stack template (disabled by default, replaced by OTEL stack in v0.3.8) - Remove Morpheus/MLflow from bundler, terraform, and docs - Fix postgres backup PVC defaulting to non-existent retain-sc-<namespace> - Switch uploads-files PVC from uploadfiles-sc (Delete) to retain-sc (Retain) - Bump postgres-cluster chart 0.7.4 -> 0.7.5 - Update defaults: cuda 11.4 -> 12.8, tag latest -> v2.45.11 - Fix, improve and update Sphinx documentation - Improve k3s, GKE, Tanzu deployment guides with GPU Operator and StorageClass docs - Add Sphinx telemetry-docs.rst, configure-storageclass.rst, full docs refresh - Update chart bundler dependencies to current stable versions
…add troubleshooting.md - Replace k8s-wait-for pod -lapp=postgres with pg_isready in nexus, forge-etl-python, pivot, and streamgl-viz init containers. Uses the official PostgreSQL utility targeting the postgres-primary service, immune to backup pod status. - Fix incremental backup schedule from */30 to 15,45 to avoid collision with differential backup at :00. - Add storageClassNameOverride to postgres-cluster values. - Add comprehensive troubleshooting guide (troubleshooting.md) with verified outputs from a live k3s deployment. - Update CHANGELOG.md for v0.4.1.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
global.storageClassNameOverride(default:retain-sc)retain-sc(single-node),retain-sc-cluster(cluster mode) for both graphistry-helm and postgres-clustergraphistry-helm-resourceschart (StorageClass is now admin-managed)retain-sc-<namespace>uploads-filesPVC fromuploadfiles-sc(Delete) toretain-sc(Retain)telemetryStackunderglobal:for correct Helm subchart propagationconfigure-storageclass.rst,telemetry-docs.rst, rewrite10mins-to-k8s.rstandvalues-override.rst, remove morpheus docs