Skip to content

Commit 533d75d

Browse files
committed
Updates
1 parent 45da565 commit 533d75d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

keps/sig-node/2727-grpc-probe/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,17 @@ and `StartupProbe`. Example:
6969
7070
This will result in the use of gRPC (using HTTP/2 over TLS) to use the
7171
standard healthcheck service to determine the health of the
72-
container. As spec'd, the `kublet` probe will not allow use of client
72+
container. As spec'd, the `kubelet` probe will not allow use of client
7373
certificates nor verify the certificate on the container. We do not
7474
support other protocols for the time being (unencrypted HTTP/2, QUIC).
7575

76+
Note that `readinessProbe.grpc.service` may be confusing, some
77+
alternatives:
78+
79+
- `serviceName`
80+
- `healthCheckServiceName`
81+
- `grpcService`
82+
- `grpcServiceName`
7683

7784
These options can be added in Beta with user feedback.
7885

0 commit comments

Comments
 (0)