From 51ca43238afe9ec22f58d5358d405076f0f4601c Mon Sep 17 00:00:00 2001 From: Mateusz Bartosik Date: Wed, 29 Apr 2026 16:21:39 +0200 Subject: [PATCH] RDoc-3832 Add Kubernetes icon; fix atob error --- guides/the-ravendb-kubernetes-operator-way.mdx | 4 ++-- static/icons/kubernetes.svg | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 static/icons/kubernetes.svg diff --git a/guides/the-ravendb-kubernetes-operator-way.mdx b/guides/the-ravendb-kubernetes-operator-way.mdx index 8e8e1542fc..36e2ccd9a9 100644 --- a/guides/the-ravendb-kubernetes-operator-way.mdx +++ b/guides/the-ravendb-kubernetes-operator-way.mdx @@ -1,7 +1,7 @@ --- title: "RavenDB Kubernetes Operator: Secured Cluster Setup Guide" tags: [deep-dive, kubernetes, docker, containers, deployment] -icon: "toggle-on" +icon: "kubernetes" publishedAt: 2026-02-23 description: "Step-by-step guide to deploying a fully secured RavenDB cluster on Kubernetes using the RavenDB Operator, covering TLS, cert-manager, storage, and rolling upgrades." author: "Omer Ratsaby" @@ -2755,4 +2755,4 @@ You’ve seen how intent flows from a single CR into real infrastructure, how sa More importantly, you’ve built intuition. You now know *why* certain steps exist, *what* the operator is protecting you from, and *how* to read the signals it exposes when something goes wrong. That understanding is what turns an operator from "magic" into a tool you can trust. -From here, the mechanics don’t change \- only the scale and the scenarios do. Whether you’re upgrading versions, expanding clusters, or recovering from failures, the same principles apply: declare your intent, observe the reconciliation, and let safety lead every step. \ No newline at end of file +From here, the mechanics don’t change \- only the scale and the scenarios do. Whether you’re upgrading versions, expanding clusters, or recovering from failures, the same principles apply: declare your intent, observe the reconciliation, and let safety lead every step. diff --git a/static/icons/kubernetes.svg b/static/icons/kubernetes.svg new file mode 100644 index 0000000000..a224e08b92 --- /dev/null +++ b/static/icons/kubernetes.svg @@ -0,0 +1 @@ + \ No newline at end of file