Skip to content

Commit 5519be3

Browse files
author
Moritz Clasmeier
committed
Merge remote-tracking branch 'refs/remotes/origin/mc/better-waiting-3' into mc/better-waiting-3
2 parents bbafffb + 3228dd6 commit 5519be3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

internal/deployer/config.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ func DefaultCentralConfig() CentralConfig {
113113
}
114114

115115
func (c *CentralConfig) GetWaitConfig() WaitConfig {
116+
// Without earlyReadiness we wait for the Available condition of component's CR to be True.
117+
// This indicates all deployments are ready.
118+
// With earlyReadiness we just wait for the Available condition of that component's core
119+
// Deployment to be True.
116120
waitFor := "central/" + centralCrName
117121
if c.EarlyReadiness {
118122
waitFor = "deployment/central"

0 commit comments

Comments
 (0)