From 8ad49cf01db431299c2bcd0921bf1e2ff9e67d1e Mon Sep 17 00:00:00 2001 From: Fanny Strudel Date: Thu, 25 Jun 2026 09:44:46 -0700 Subject: [PATCH] docs: improve navigation for Supervisor Services For users fammiliar with supervisor services, make it a little easier to navigate. Also replace TKG with VKS --- documentation/element-types/supervisor-service.md | 2 +- documentation/overview.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation/element-types/supervisor-service.md b/documentation/element-types/supervisor-service.md index aa8b067..97a7fd9 100644 --- a/documentation/element-types/supervisor-service.md +++ b/documentation/element-types/supervisor-service.md @@ -4,7 +4,7 @@ A `SupervisorService` installs and manages a [Carvel](https://carvel.dev/) packa ## When to Use -- Deploy a Carvel-packaged application (e.g. Arcturus, TKG, Prometheus) to one or more Supervisor clusters. +- Deploy a Carvel-packaged application (e.g. Arcturus, VKS, Prometheus) to one or more Supervisor clusters. - Automate multi-region Supervisor service deployment with consistent configuration. ## Spec Fields diff --git a/documentation/overview.md b/documentation/overview.md index ef6ab4c..eb9d993 100644 --- a/documentation/overview.md +++ b/documentation/overview.md @@ -122,6 +122,8 @@ The lifecycle section describes how to create, distribute, and operate a VCF Ser ### I have an existing Supervisor Service and want to bring it into VCF Automation +If you have not yet built your Supervisor Service, start with the [Supervisor Services Development Guide](supervisor-services/overview.md) first, then return here. + 1. Your Supervisor Service bundle becomes the value of the `spec.package` field (or a selector pointing to a ConfigMap) inside a [`SupervisorService`](element-types/supervisor-service.md) CR. 2. That CR lives inside a VCF Service bundle alongside any other CRs your service needs (RBAC, UI plugin, API extension, etc.). 3. Follow the [Packaging and Distribution](lifecycle/packaging-and-build.md) guide to wrap everything into a VCF Service tarball.