Skip to content

Commit 68fbb3f

Browse files
Add note about target pool based network lb needing legacy hc (#4236) (#2721)
Signed-off-by: Modular Magician <[email protected]>
1 parent fe43bdc commit 68fbb3f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changelog/4236.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
```release-note:none
2+
```

website/docs/r/compute_health_check.html.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ continue to poll unhealthy instances. If an instance later responds
3434
successfully to some number of consecutive probes, it is marked
3535
healthy again and can receive new connections.
3636

37+
~>**NOTE**: Legacy HTTP(S) health checks must be used for target pool-based network
38+
load balancers. See the [official guide](https://cloud.google.com/load-balancing/docs/health-check-concepts#selecting_hc)
39+
for choosing a type of health check.
40+
3741

3842
To get more information about HealthCheck, see:
3943

0 commit comments

Comments
 (0)