Skip to content

Commit 0af83dd

Browse files
fhennignightkr
andauthored
Update modules/contributor/pages/adr/ADR024-out-of-cluster_access.adoc
Co-authored-by: Teo Klestrup Röijezon <teo@nullable.se>
1 parent 5f7d844 commit 0af83dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/contributor/pages/adr/ADR024-out-of-cluster_access.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Communication flow example using the HDFS Operator, assuming we're operating in
129129

130130
How are the problems in the <<_context_and_problem_statement,Problem Statement>> addressed?
131131

132-
* **Unstable Addresses** - Using a CSI driver and mounting in storage automatically creates stickiness. Any new pods after a pod crashes will be created on the same node as the old pod - and thus also reuse the NodePort and the address it has should the volume be configured to be sticky to the node.
132+
* **Unstable Addresses** - Using a CSI driver and mounting in storage lets us manage stickiness. Any new pods after a pod is deleted will be created on the same node as the old pod - and thus also reuse the NodePort and the address it has, should the volume be configured to be sticky to the node.
133133
* **Replicas not addressable** - Since every replica in a StatefulSet will have its own Listener, they are also individually addressable.
134134
* **Pods don't know their outside address** - The outside address of a pod gets passed into the pod through the mounted volume. The pod then knows its outside address.
135135

0 commit comments

Comments
 (0)