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:
8080 * The deployment therefore is deadlocked
8181
8282` 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) .
8484
8585#### ReadinessProbe
8686
Original file line number Diff line number Diff line change @@ -538,7 +538,7 @@ can lead to a deployment deadlock with certain readiness probes:
538538 * The deployment therefore is deadlocked
539539
540540` 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) .
542542
543543
544544#### 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:
547547 * The deployment therefore is deadlocked
548548
549549` 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) .
551551
552552
553553#### 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:
8080 * The deployment therefore is deadlocked
8181
8282` 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) .
8484
8585#### ReadinessProbe
8686
You can’t perform that action at this time.
0 commit comments