Skip to content

Commit

Permalink
Update docs/contributor/04-10-technical-design.md
Browse files Browse the repository at this point in the history
Co-authored-by: Natalia Sitko <[email protected]>
  • Loading branch information
videlov and nataliasitko authored Jan 30, 2025
1 parent 532542c commit 2a923d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributor/04-10-technical-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Restarting sidecars is divided into two phases:
- In the first phase, only Kyma workloads are restarted. A workload is considered a Kyma workload if it runs in the `kyma-system` namespace or has the `kyma-project.io/module` annotation. All Kyma workloads are restarted without pagination. If there is a problem with the restart, Istio CR is set to the `Error`, and the reconciliation is requeued.
- In the second phase, only customer workloads are restarted. A workload is considered a customer workload if it does not run in the `kyma-system` namespace and does not have the `kyma-project.io/module` annotation. All customer workloads are restarted with pagination. If there is a problem with the restart, Istio CR is set to the `Warning` state, and the reconciliation is requeued with a 1-minute delay.

During the Customer sidecars restarting phase, the Istio CR remains in the `Processing` state having the following status conditions:
During the customer sidecars restarting phase, the Istio CR remains in the `Processing` state, having the following status conditions:
- The `Ready` condition is set to `false` with the reason `ReconcileRequeued`.
- The `ProxySidecarRestartSucceeded` condition is set to `false` with the reason `ProxySidecarPartiallySucceeded`.

Expand Down

0 comments on commit 2a923d3

Please sign in to comment.