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 574e030 commit d6db64fCopy full SHA for d6db64f
crates/stackable-operator/src/utils/cluster_info.rs
@@ -20,7 +20,7 @@ impl KubernetesClusterInfo {
20
None => {
21
// TODO(sbernauer): Do some sort of advanced auto-detection, see https://github.com/stackabletech/issues/issues/436.
22
// There have been attempts of parsing the `/etc/resolv.conf`, but they have been
23
- // reverted. Please read on the linked Issue for details.
+ // reverted. Please read on the linked issue for details.
24
let cluster_domain = DomainName::from_str(KUBERNETES_CLUSTER_DOMAIN_DEFAULT)
25
.expect("KUBERNETES_CLUSTER_DOMAIN_DEFAULT constant must a valid domain");
26
tracing::info!(%cluster_domain, "Defaulting Kubernetes cluster domain as it has not been configured");
0 commit comments