Skip to content

Commit c470059

Browse files
dervoetinightkr
andauthored
Update crates/stackable-operator/src/utils/cluster_info.rs
Co-authored-by: Natalie Klestrup Röijezon <[email protected]>
1 parent f9d1ae4 commit c470059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/stackable-operator/src/utils/cluster_info.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ impl KubernetesClusterInfo {
3030
Some(cluster_domain) => {
3131
tracing::info!(%cluster_domain, "Using configured Kubernetes cluster domain");
3232
if !cluster_domain.ends_with('.') {
33-
tracing::warn!(%cluster_domain, "Your configured Kubernetes cluster domain does not end with a dot (\".\"). We recommend to add a trailing dot to reduce DNS requests, see https://github.com/stackabletech/issues/issues/656 for details");
33+
tracing::warn!(%cluster_domain, "Your configured Kubernetes cluster domain is not fully qualified (it does not end with a dot (\".\")). We recommend adding a trailing dot to reduce DNS requests, see https://github.com/stackabletech/issues/issues/656 for details");
3434
}
3535

3636
cluster_domain.clone()

0 commit comments

Comments
 (0)