We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a07e1 commit 0b5e63cCopy full SHA for 0b5e63c
crates/stackable-operator/src/crd/listener/class/mod.rs
@@ -70,7 +70,7 @@ pub mod versioned {
70
/// Wether a Pod exposed using a NodePort should be pinned to a specific Kubernetes node.
71
///
72
/// By pinning the Pod to a specific (stable) Kubernetes node, stable addresses can be
73
- /// provided using NodePorts. The stickiness is achieved by listener-operator by setting the
+ /// provided using NodePorts. The stickiness is achieved by listener-operator setting the
74
/// `volume.kubernetes.io/selected-node` annotation on the Listener PVC.
75
76
/// However, this only works on setups with long-living nodes. If your nodes are rotated on
0 commit comments