Add Etcd to the database nav, product page, and partner listings - #414
Merged
Merged
Conversation
2 tasks
|
Visit the preview URL for this PR (updated for commit 375b64d): https://kubedb-v2-hugo--pr414-etcd-support-ts1cxljb.web.app (expires Wed, 26 Aug 2026 07:42:13 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 0f29ae8ae0bd54a99bf2b223b6833be47acd5943 |
- config.yaml: new database-dropdown entry (weight 32, existing etcds.png logo)
- content/overview/kubedb/databases/etcd.json + etcd.md: the product page, modeled
on the current per-DB template (matches weaviate.json, the most recently added
database) -- provisioning, version upgrade, scaling, volume expansion,
monitoring, and security cards, plus a backup & restore card that calls out
the in-place restore and quorum-loss disaster-recovery capabilities
- 8 partner pages + managed-service-providers.json: added Etcd to the "Others"
supported-database list
- managed_databases.json: added Etcd to the FAQ's database list
Mirrors the same data/products/kubedb/{databases,partners}/*.json content going
into appscode/static-assets in the same pass.
Signed-off-by: Tamal Saha <tamal@appscode.com>
tamalsaha
force-pushed
the
etcd-support
branch
from
August 19, 2026 06:34
d7041c9 to
375b64d
Compare
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
config.yaml: new database-dropdown entry (weight 32, using the existingetcds.pnglogo)content/overview/kubedb/databases/etcd.{md,json}: the product page, modeled on the current per-DB template (matchesweaviate.json, the most recently added database) — provisioning, version upgrade, scaling, volume expansion, monitoring, and security feature cards, plus a backup & restore card that calls out in-place restore and quorum-loss disaster recoverygoogle-gke,suse-rancher,vmware,nutanix,redhat,mirantis,microsoft-aks,amazon-eks) +managed-service-providers.json: added Etcd to the "Others" supported-database listmanaged_databases.json: added Etcd to the FAQ's database listThe same
data/products/kubedb/{databases,partners}/*.jsoncontent is going intoappscode/static-assetsin a companion PR.Test plan
python3 -m json.tool)config.yamlvalidated as YAML, new menu entry confirmed well-formedhugo --config=config.yamlbuild attempted locally — reached real page rendering (past the asset pipeline) with no errors related to these changes, only pre-existing warnings on unrelated older doc versions; a full local build didn't finish end-to-end due to local environment constraints (very large site, 100+ doc versions), so please rely on this repo's own CI build check on this PR as the authoritative pass/fail