File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ can lead to a deployment deadlock with certain readiness probes:
80
80
* The deployment therefore is deadlocked
81
81
82
82
` podManagementPolicy: "Parallel" ` avoids this problem, and the Kubernetes peer discovery plugin
83
- then deals with the [ natural race condition present during parallel cluster formation] ( #initial-formation-race-condition ) .
83
+ then deals with the [ natural race condition present during parallel cluster formation] ( ./cluster-formation #initial-formation-race-condition) .
84
84
85
85
#### ReadinessProbe
86
86
Original file line number Diff line number Diff line change @@ -538,7 +538,7 @@ can lead to a deployment deadlock with certain readiness probes:
538
538
* The deployment therefore is deadlocked
539
539
540
540
` podManagementPolicy: "Parallel" ` avoids this problem, and the Kubernetes peer discovery plugin
541
- then deals with the [ natural race condition present during parallel cluster formation] ( #initial-formation-race-condition ) .
541
+ then deals with the [ natural race condition present during parallel cluster formation] ( ./cluster-formation #initial-formation-race-condition) .
542
542
543
543
544
544
#### Use Most Basic Health Checks for RabbitMQ Pod Readiness Probes
Original file line number Diff line number Diff line change @@ -547,7 +547,7 @@ can lead to a deployment deadlock with certain readiness probes:
547
547
* The deployment therefore is deadlocked
548
548
549
549
` podManagementPolicy: "Parallel" ` avoids this problem, and the Kubernetes peer discovery plugin
550
- then deals with the [ natural race condition present during parallel cluster formation] ( #initial-formation-race-condition ) .
550
+ then deals with the [ natural race condition present during parallel cluster formation] ( ./cluster-formation #initial-formation-race-condition) .
551
551
552
552
553
553
#### Use Most Basic Health Checks for RabbitMQ Pod Readiness Probes
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ can lead to a deployment deadlock with certain readiness probes:
80
80
* The deployment therefore is deadlocked
81
81
82
82
` podManagementPolicy: "Parallel" ` avoids this problem, and the Kubernetes peer discovery plugin
83
- then deals with the [ natural race condition present during parallel cluster formation] ( #initial-formation-race-condition ) .
83
+ then deals with the [ natural race condition present during parallel cluster formation] ( ./cluster-formation #initial-formation-race-condition) .
84
84
85
85
#### ReadinessProbe
86
86
You can’t perform that action at this time.
0 commit comments