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 e994bbc commit abdf08cCopy full SHA for abdf08c
rust/operator-binary/src/superset_controller.rs
@@ -467,6 +467,9 @@ pub async fn reconcile_superset(
467
.with_context(|_| ApplyRoleGroupConfigSnafu {
468
rolegroup: rolegroup.clone(),
469
})?;
470
+
471
+ // Note: The StatefulSet needs to be applied last, so that we don't cause unnecessary Pod
472
+ // restarts. See https://github.com/stackabletech/commons-operator/issues/111 for details.
473
ss_cond_builder.add(
474
cluster_resources
475
.add(client, rg_statefulset.clone())
0 commit comments