Skip to content

Commit

Permalink
revert env var removal
Browse files Browse the repository at this point in the history
  • Loading branch information
razvan committed Dec 13, 2024
1 parent 3762466 commit 5d72623
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rust/operator-binary/src/zk_controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,10 @@ fn build_server_rolegroup_statefulset(
create_vector_shutdown_file_command(STACKABLE_LOG_DIR),
}])
.add_env_vars(env_vars)
.add_env_var(
"CONTAINERDEBUG_LOG_DIRECTORY",
format!("{STACKABLE_LOG_DIR}/containerdebug"),
)
// Only allow the global load balancing service to send traffic to pods that are members of the quorum
// This also acts as a hint to the StatefulSet controller to wait for each pod to enter quorum before taking down the next
.readiness_probe(Probe {
Expand Down

0 comments on commit 5d72623

Please sign in to comment.