From 1862cf4ca347be0618115ffdb81a31e7d1cb72e9 Mon Sep 17 00:00:00 2001 From: michaeljguarino Date: Fri, 4 Oct 2024 21:09:11 -0400 Subject: [PATCH] tweak microservice setup docs --- pages/how-to/deploy/microservice.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/how-to/deploy/microservice.md b/pages/how-to/deploy/microservice.md index 6deab396..db050417 100644 --- a/pages/how-to/deploy/microservice.md +++ b/pages/how-to/deploy/microservice.md @@ -71,10 +71,14 @@ spec: tag: latest # VERSION clusterRef: kind: Cluster - name: plrl-how-to-workload-00-dev # replace this with whatever you might have named your dev cluster + name: YOUR_DEV_CLUSTER_NAME # replace this with whatever you might have named your dev cluster namespace: infra ``` +{% callout severity="warning" %} +The `clusterRef` field on a service deployment is immutable. If you happen to chose the wrong one, it's not a big deal, but you'll need to delete that ServiceDeployment CRD manually then let the underlying service recreate it from scratch. This can be done in the Plural Kubernetes dashboard UI easily. +{% /callout %} + ## Push to Deploy We registered all these manifests under the root `bootstrap` folder a `plural up`-derived management cluster listens to by default, so all you should need to do is either: