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 bc14d43 commit 6f43e7eCopy full SHA for 6f43e7e
rust/crd/src/lib.rs
@@ -486,7 +486,7 @@ impl ZookeeperCluster {
486
pub fn server_role_service_fqdn(&self) -> Option<String> {
487
let cluster_domain = KUBERNETES_CLUSTER_DOMAIN
488
.get()
489
- .expect("Could not resolve the Kubernetes cluster domain!");
+ .expect("KUBERNETES_CLUSTER_DOMAIN must first be set by calling initialize_operator");
490
Some(format!(
491
"{}.{}.svc.{}",
492
self.server_role_service_name()?,
0 commit comments