Skip to content

Commit 1862cf4

Browse files
tweak microservice setup docs
1 parent 7bac152 commit 1862cf4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pages/how-to/deploy/microservice.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,14 @@ spec:
7171
tag: latest # VERSION
7272
clusterRef:
7373
kind: Cluster
74-
name: plrl-how-to-workload-00-dev # replace this with whatever you might have named your dev cluster
74+
name: YOUR_DEV_CLUSTER_NAME # replace this with whatever you might have named your dev cluster
7575
namespace: infra
7676
```
7777

78+
{% callout severity="warning" %}
79+
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.
80+
{% /callout %}
81+
7882
## Push to Deploy
7983

8084
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:

0 commit comments

Comments
 (0)