We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3762466 commit 5d72623Copy full SHA for 5d72623
rust/operator-binary/src/zk_controller.rs
@@ -893,6 +893,10 @@ fn build_server_rolegroup_statefulset(
893
create_vector_shutdown_file_command(STACKABLE_LOG_DIR),
894
}])
895
.add_env_vars(env_vars)
896
+ .add_env_var(
897
+ "CONTAINERDEBUG_LOG_DIRECTORY",
898
+ format!("{STACKABLE_LOG_DIR}/containerdebug"),
899
+ )
900
// Only allow the global load balancing service to send traffic to pods that are members of the quorum
901
// This also acts as a hint to the StatefulSet controller to wait for each pod to enter quorum before taking down the next
902
.readiness_probe(Probe {
0 commit comments